App下載

詞條

大約有 6,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項。(搜索耗時:0.0130秒)

2341.PHP8 預(yù)定義常量

下列常量作為 PHP 核心的一部分總是可用的。 注意: 你可以使用它們在 php.ini 中的常量名稱; 但是在 PHP 之外,例如在 httpd.conf 之中, 你必須使用二進制位掩碼來代替。 錯誤和日志記錄 值 常量 說明 備注 1 E_ERROR (int) 致命的運行時...

http://m.o2fo.com/phpchinese/php8-predefined-constant.html

2342.PHP XML SimpleXML

PHP 可以基于 SimpleXML 生成和解析 xml 的方法,通過本節(jié)的實例,你將了解 PHP 是如何使用 SimpleXML 生成及解析 xml 格式數(shù)據(jù)的。 PHP SimpleXML 處理最普通的 XML 任務(wù),其余的任務(wù)則交由其它擴展處理。 什么是 PHP SimpleXML? SimpleXML 是 ...

http://m.o2fo.com/php/php-xml-simplexml.html

2343.PHP xml_set_element_handler() 函數(shù)

PHP xml_set_element_handler() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_set_element_handler() 函數(shù)規(guī)定在 XML 文檔中元素的起始和終止調(diào)用的函數(shù)。 如果成功,該函數(shù)則返回 TRUE。如果失敗,則返回 FALSE。 語法 xml_set_element_handler(parser,s...

http://m.o2fo.com/php/func-xml-set-element-handler.html

2344.PHP函數(shù)范圍

PHP教程 - PHP函數(shù)范圍 在函數(shù)和類之外聲明的變量是全局變量。全局變量可用在腳本中的其他位置。 函數(shù)變量是自包含的,不會影響主腳本中的變量。 來自主腳本的變量不會在函數(shù)內(nèi)部隱式提供。 例子 看看這個例子: <?PHP fun...

http://m.o2fo.com/php/php-function-scope.html

2345.PHP8 ODBC預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。ODBC_TYPE (string)ODBC_BINMODE_PASSTHRU (int)ODBC_BINMODE_RETURN (int)ODBC_BINMODE_CONVERT (int)SQL_ODBC_CURSORS (int)SQL_CUR_USE_DRIVER (int)SQL_CUR_USE_IF_NEEDED (int)SQL_CUR_USE_ODBC (int)SQL_C...

http://m.o2fo.com/phpchinese/php8-odbc-predefined-constants.html

2346.PHP8 wincache_rplist_fileinfo — 獲取有關(guān)解析文件路徑緩存的信息

...路徑示例示例 #1 A wincache_rplist_fileinfo() example<pre> <?php print_r(wincache_rplist_fileinfo()); ?> </pre>以上示例會輸出:Array ( [total_file_count] => 5 [rplist_entries] => Array ( [1] => Array ( [resolve_path] => checkcache.php [subkey_data] => c:...

http://m.o2fo.com/phpchinese/php8-wincache-rplist-fileinfo.html

2347.PHP imagecolorclosestalpha – 取得與指定的顏色加透明度最接近的顏色的索引

PHP imagecolorclosestalpha - 取得與指定的顏色加透明度最接近的顏色的索引 PHP 圖像處理 imagecolorclosestalpha — 取得與指定的顏色加透明度最接近的顏色的索引。 語法 int imagecolorclosestalpha ( resource $image , int $red , int $green , int $blue , int $...

http://m.o2fo.com/php/php-imagecolorclosestalpha.html

2348.PHP8 cubrid_real_escape_string

...為 false。示例 示例 #1 cubrid_real_escape_string() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $unescaped_str = ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'; $escaped_str = cubrid_real_escape_string($unes...

http://m.o2fo.com/phpchinese/php8-cupridrealescape-string.html

2349.PHP8 radius_add_server — 添加一個服務(wù)器

...在失敗時返回 false。示例示例 #1 radius_add_server() example<?php if (!radius_add_server($res, 'radius.example.com', 1812, 'testing123', 3, 3)) { echo 'RadiusError:' . radius_strerror($res). "\n<br>"; exit; } ?>參見radius_config() - 導(dǎo)致庫讀取指定的配置文件。

http://m.o2fo.com/phpchinese/php8-radius-add-server.html

2350.PHP8 Microsoft Windows 下的 Apache 2.x

本節(jié)包括在 Microsoft Windows 系統(tǒng)中針對 Apache 2.x 安裝 PHP 的指導(dǎo)與說明。注意:請先閱讀手工安裝步驟!強烈建議閱讀 ? Apache 文檔 來加深對 Apache 2.x 服務(wù)器的基本理解。此外在繼續(xù)下去之前考慮先閱讀一下 Apache 2.x 的 ? Windows 下...

http://m.o2fo.com/phpchinese/apache-2-x-under-microsoft-windows.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2341.PHP8 預(yù)定義常量

下列常量作為 PHP 核心的一部分總是可用的。 注意: 你可以使用它們在 php.ini 中的常量名稱; 但是在 PHP 之外,例如在 httpd.conf 之中, 你必須使用二進制位掩碼來代替。 錯誤和日志記錄 值 常量 說明 備注 1 E_ERROR (int) 致命的運行時...

http://m.o2fo.com/phpchinese/php8-predefined-constant.html

2342.PHP XML SimpleXML

PHP 可以基于 SimpleXML 生成和解析 xml 的方法,通過本節(jié)的實例,你將了解 PHP 是如何使用 SimpleXML 生成及解析 xml 格式數(shù)據(jù)的。 PHP SimpleXML 處理最普通的 XML 任務(wù),其余的任務(wù)則交由其它擴展處理。 什么是 PHP SimpleXML? SimpleXML 是 ...

http://m.o2fo.com/php/php-xml-simplexml.html

2343.PHP xml_set_element_handler() 函數(shù)

PHP xml_set_element_handler() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_set_element_handler() 函數(shù)規(guī)定在 XML 文檔中元素的起始和終止調(diào)用的函數(shù)。 如果成功,該函數(shù)則返回 TRUE。如果失敗,則返回 FALSE。 語法 xml_set_element_handler(parser,s...

http://m.o2fo.com/php/func-xml-set-element-handler.html

2344.PHP函數(shù)范圍

PHP教程 - PHP函數(shù)范圍 在函數(shù)和類之外聲明的變量是全局變量。全局變量可用在腳本中的其他位置。 函數(shù)變量是自包含的,不會影響主腳本中的變量。 來自主腳本的變量不會在函數(shù)內(nèi)部隱式提供。 例子 看看這個例子: <?PHP fun...

http://m.o2fo.com/php/php-function-scope.html

2345.PHP8 ODBC預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。ODBC_TYPE (string)ODBC_BINMODE_PASSTHRU (int)ODBC_BINMODE_RETURN (int)ODBC_BINMODE_CONVERT (int)SQL_ODBC_CURSORS (int)SQL_CUR_USE_DRIVER (int)SQL_CUR_USE_IF_NEEDED (int)SQL_CUR_USE_ODBC (int)SQL_C...

http://m.o2fo.com/phpchinese/php8-odbc-predefined-constants.html

2346.PHP8 wincache_rplist_fileinfo — 獲取有關(guān)解析文件路徑緩存的信息

...路徑示例示例 #1 A wincache_rplist_fileinfo() example<pre> <?php print_r(wincache_rplist_fileinfo()); ?> </pre>以上示例會輸出:Array ( [total_file_count] => 5 [rplist_entries] => Array ( [1] => Array ( [resolve_path] => checkcache.php [subkey_data] => c:...

http://m.o2fo.com/phpchinese/php8-wincache-rplist-fileinfo.html

2347.PHP imagecolorclosestalpha – 取得與指定的顏色加透明度最接近的顏色的索引

PHP imagecolorclosestalpha - 取得與指定的顏色加透明度最接近的顏色的索引 PHP 圖像處理 imagecolorclosestalpha — 取得與指定的顏色加透明度最接近的顏色的索引。 語法 int imagecolorclosestalpha ( resource $image , int $red , int $green , int $blue , int $...

http://m.o2fo.com/php/php-imagecolorclosestalpha.html

2348.PHP8 cubrid_real_escape_string

...為 false。示例 示例 #1 cubrid_real_escape_string() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $unescaped_str = ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'; $escaped_str = cubrid_real_escape_string($unes...

http://m.o2fo.com/phpchinese/php8-cupridrealescape-string.html

2349.PHP8 radius_add_server — 添加一個服務(wù)器

...在失敗時返回 false。示例示例 #1 radius_add_server() example<?php if (!radius_add_server($res, 'radius.example.com', 1812, 'testing123', 3, 3)) { echo 'RadiusError:' . radius_strerror($res). "\n<br>"; exit; } ?>參見radius_config() - 導(dǎo)致庫讀取指定的配置文件。

http://m.o2fo.com/phpchinese/php8-radius-add-server.html

2350.PHP8 Microsoft Windows 下的 Apache 2.x

本節(jié)包括在 Microsoft Windows 系統(tǒng)中針對 Apache 2.x 安裝 PHP 的指導(dǎo)與說明。注意:請先閱讀手工安裝步驟!強烈建議閱讀 ? Apache 文檔 來加深對 Apache 2.x 服務(wù)器的基本理解。此外在繼續(xù)下去之前考慮先閱讀一下 Apache 2.x 的 ? Windows 下...

http://m.o2fo.com/phpchinese/apache-2-x-under-microsoft-windows.html

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

w3cschool 建議您:

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

熱門課程