App下載

詞條

大約有 900 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0041秒)

291.PHP curl_exec函數(shù)

PHP curl_exec函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_exec — 執(zhí)行一個(gè)cURL會話 說明 mixed curl_exec ( resource $ch ) 執(zhí)行給定的cURL會話。 這個(gè)函數(shù)應(yīng)該在初始化一個(gè)cURL會話并且全部的選項(xiàng)都被設(shè)置后被調(diào)用。 參數(shù) ch 由 curl_init() 返回...

http://www.o2fo.com/php/func-curl_exec.html

292.PHP curl_init函數(shù)

PHP curl_init函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_init — 初始化一個(gè)cURL會話 說明 resource curl_init ([ string $url = NULL ] ) 初始化一個(gè)新的會話,返回一個(gè)cURL句柄,供curl_setopt(), curl_exec()和curl_close() 函數(shù)使用。 參數(shù) url 如果提供了...

http://www.o2fo.com/php/func-curl_init.html

293.PHP curl_multi_strerror函數(shù)

PHP curl_multi_strerror函數(shù) PHP cURL參考手冊 (PHP 5 >= 5.5.0) curl_multi_setopt — 返回描述錯(cuò)誤碼的字符串文本。 說明 string curl_multi_strerror ( int $errornum ) 返回描述 CURLM 錯(cuò)誤碼的字符串文本。 參數(shù) errornum 一個(gè)? CURLM error codes錯(cuò)誤碼常量。 返...

http://www.o2fo.com/php/func-curl_multi_strerror.html

294.PHP curl_close函數(shù)

PHP curl_close函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_close — 關(guān)閉一個(gè)cURL會話 說明 void curl_close ( resource $ch ) 關(guān)閉一個(gè)cURL會話并且釋放所有資源。cURL句柄ch 也會被釋放。 參數(shù) ch 由 curl_init() 返回的 cURL 句柄。 返回值 沒有返回...

http://www.o2fo.com/php/func-curl_close.html

295.PHP curl_version函數(shù)

PHP curl_version函數(shù) PHP cURL參考手冊 (PHP 5 >= 5.5.0) curl_version — 獲取cURL版本信息。 說明 array curl_version ([ int $age = CURLVERSION_NOW ] ) 返回關(guān)于cURL的版本信息。 參數(shù) age 返回值 返回一個(gè)相關(guān)的數(shù)組包含如下元素: Indice 值描述 version_numbe...

http://www.o2fo.com/php/func-curl_version.html

296.PHP imagesx()、imagesy() – 獲取圖像寬度與高度

PHP 獲取圖像寬度與高度PHP 圖像處理 PHP 獲取圖像寬度函數(shù):imagesx() imagesx() 函數(shù)用于獲取圖像的寬度,單位為像素,返回值為整型。 語法: int imagesx( resource image ) 參數(shù) image 為如 imagecreatetruecolor()、imagecreatefromjpeg() 等函數(shù)返回...

http://www.o2fo.com/php/php-imagesx-imagesy.html

297.Smarty成員變量:$allow_php_templates

默認(rèn)PHP模板文件是不允許使用的。設(shè)置$allow_php_templates為true,則允許使用PHP模板文件。<?php $smarty->allow_php_templates = true; ?> 溫馨提示:PHP模板文件是一個(gè)不在文檔中注明的廢棄特性。

http://www.o2fo.com/smarty/smarty-allow-php-templates.html

298.PHP empty() 函數(shù)

...數(shù)描述var待檢查的變量。base轉(zhuǎn)化所使用的進(jìn)制。Note:在 PHP 5.5 之前,empty() 僅支持變量;任何其他東西將會導(dǎo)致一個(gè)解析錯(cuò)誤。換言之,下列代碼不會生效: empty(trim($name))。 作為替代,應(yīng)該使用trim($name) == false.沒有警告會產(chǎn)生...

http://www.o2fo.com/php/php-empty.html

299.PHP serialize() 序列化函數(shù)

...e 的字節(jié)流,可以存儲于任何地方。這有利于存儲或傳遞 PHP 的值,同時(shí)不丟失其類型和結(jié)構(gòu)。想要將已序列化的字符串變回 PHP 的值,可使用 unserialize()。serialize() 可處理除了 resource 之外的任何類型。甚至可以 serialize() 那些包...

http://www.o2fo.com/php/php-serialize_info.html

300.PHP var_export() 函數(shù)

...,它和 var_dump() 類似,不同的是其返回的表示是合法的 PHP 代碼。您可以通過將函數(shù)的第二個(gè)參數(shù)設(shè)置為 TRUE,從而返回變量的表示。比較 var_export() 和 var_dump()。參數(shù)描述expression你要打印的變量。技術(shù)細(xì)節(jié)返回值:沒有返回值。...

http://www.o2fo.com/php/php-var_export.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

291.PHP curl_exec函數(shù)

PHP curl_exec函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_exec — 執(zhí)行一個(gè)cURL會話 說明 mixed curl_exec ( resource $ch ) 執(zhí)行給定的cURL會話。 這個(gè)函數(shù)應(yīng)該在初始化一個(gè)cURL會話并且全部的選項(xiàng)都被設(shè)置后被調(diào)用。 參數(shù) ch 由 curl_init() 返回...

http://www.o2fo.com/php/func-curl_exec.html

292.PHP curl_init函數(shù)

PHP curl_init函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_init — 初始化一個(gè)cURL會話 說明 resource curl_init ([ string $url = NULL ] ) 初始化一個(gè)新的會話,返回一個(gè)cURL句柄,供curl_setopt(), curl_exec()和curl_close() 函數(shù)使用。 參數(shù) url 如果提供了...

http://www.o2fo.com/php/func-curl_init.html

293.PHP curl_multi_strerror函數(shù)

PHP curl_multi_strerror函數(shù) PHP cURL參考手冊 (PHP 5 >= 5.5.0) curl_multi_setopt — 返回描述錯(cuò)誤碼的字符串文本。 說明 string curl_multi_strerror ( int $errornum ) 返回描述 CURLM 錯(cuò)誤碼的字符串文本。 參數(shù) errornum 一個(gè)? CURLM error codes錯(cuò)誤碼常量。 返...

http://www.o2fo.com/php/func-curl_multi_strerror.html

294.PHP curl_close函數(shù)

PHP curl_close函數(shù) PHP cURL參考手冊 (PHP 4 >= 4.0.2, PHP 5) curl_close — 關(guān)閉一個(gè)cURL會話 說明 void curl_close ( resource $ch ) 關(guān)閉一個(gè)cURL會話并且釋放所有資源。cURL句柄ch 也會被釋放。 參數(shù) ch 由 curl_init() 返回的 cURL 句柄。 返回值 沒有返回...

http://www.o2fo.com/php/func-curl_close.html

295.PHP curl_version函數(shù)

PHP curl_version函數(shù) PHP cURL參考手冊 (PHP 5 >= 5.5.0) curl_version — 獲取cURL版本信息。 說明 array curl_version ([ int $age = CURLVERSION_NOW ] ) 返回關(guān)于cURL的版本信息。 參數(shù) age 返回值 返回一個(gè)相關(guān)的數(shù)組包含如下元素: Indice 值描述 version_numbe...

http://www.o2fo.com/php/func-curl_version.html

296.PHP imagesx()、imagesy() – 獲取圖像寬度與高度

PHP 獲取圖像寬度與高度PHP 圖像處理 PHP 獲取圖像寬度函數(shù):imagesx() imagesx() 函數(shù)用于獲取圖像的寬度,單位為像素,返回值為整型。 語法: int imagesx( resource image ) 參數(shù) image 為如 imagecreatetruecolor()、imagecreatefromjpeg() 等函數(shù)返回...

http://www.o2fo.com/php/php-imagesx-imagesy.html

297.Smarty成員變量:$allow_php_templates

默認(rèn)PHP模板文件是不允許使用的。設(shè)置$allow_php_templates為true,則允許使用PHP模板文件。<?php $smarty->allow_php_templates = true; ?> 溫馨提示:PHP模板文件是一個(gè)不在文檔中注明的廢棄特性。

http://www.o2fo.com/smarty/smarty-allow-php-templates.html

298.PHP empty() 函數(shù)

...數(shù)描述var待檢查的變量。base轉(zhuǎn)化所使用的進(jìn)制。Note:在 PHP 5.5 之前,empty() 僅支持變量;任何其他東西將會導(dǎo)致一個(gè)解析錯(cuò)誤。換言之,下列代碼不會生效: empty(trim($name))。 作為替代,應(yīng)該使用trim($name) == false.沒有警告會產(chǎn)生...

http://www.o2fo.com/php/php-empty.html

299.PHP serialize() 序列化函數(shù)

...e 的字節(jié)流,可以存儲于任何地方。這有利于存儲或傳遞 PHP 的值,同時(shí)不丟失其類型和結(jié)構(gòu)。想要將已序列化的字符串變回 PHP 的值,可使用 unserialize()。serialize() 可處理除了 resource 之外的任何類型。甚至可以 serialize() 那些包...

http://www.o2fo.com/php/php-serialize_info.html

300.PHP var_export() 函數(shù)

...,它和 var_dump() 類似,不同的是其返回的表示是合法的 PHP 代碼。您可以通過將函數(shù)的第二個(gè)參數(shù)設(shè)置為 TRUE,從而返回變量的表示。比較 var_export() 和 var_dump()。參數(shù)描述expression你要打印的變量。技術(shù)細(xì)節(jié)返回值:沒有返回值。...

http://www.o2fo.com/php/php-var_export.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程