App下載

詞條

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

711.PHP connection_status() 函數(shù)

PHP connection_status() 函數(shù) PHP Misc 參考手冊(cè) 實(shí)例 返回連接狀態(tài): <?phpswitch (connection_status()) { case CONNECTION_NORMAL: $txt = 'Connection is in a normal state'; break; case CONNECTION_ABORTED: $txt = 'Connection aborted'; break; case CONNECTION_TIMEOUT: $...

http://www.o2fo.com/php/func-misc-connection-status.html

712.PHP connection_aborted() 函數(shù)

PHP connection_aborted() 函數(shù) PHP Misc 參考手冊(cè) 實(shí)例 創(chuàng)建一個(gè)函數(shù)(check_abort()),在客戶機(jī)終止腳本時(shí)寫入一條日志消息: <?phpfunction check_abort() { if (connection_aborted()) error_log ("Script $GLOBALS[SCRIPT_NAME]" . "$GLOBALS[SERVER_NAME] was aborted by ...

http://www.o2fo.com/php/func-misc-connection-aborted.html

713.PHP ftp_raw() 函數(shù)

PHP ftp_raw() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_raw() 函數(shù)向 FTP 服務(wù)器發(fā)送一個(gè) raw 命令。 語法 ftp_raw(ftp_connection,command) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接。 command 必需。規(guī)定要執(zhí)行的命令。 提...

http://www.o2fo.com/php/func-ftp-raw.html

714.PHP ftp_quit() 函數(shù)

PHP ftp_quit() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_quit() 函數(shù)關(guān)閉 FTP 連接。 語法 ftp_quit(ftp_connection) 參數(shù) 描述 ftp_connection 必需。規(guī)定要關(guān)閉的 FTP 連接。 提示和注釋 提示:該函數(shù)是 ftp_close() 函數(shù)的別名。 實(shí)例 ...

http://www.o2fo.com/php/func-ftp-quit.html

715.PHP ftp_systype() 函數(shù)

PHP ftp_systype() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_systype() 函數(shù)返回 FTP 服務(wù)器的系統(tǒng)類型標(biāo)識(shí)符。 如果成功,該函數(shù)返回系統(tǒng)類型。如果失敗,則返回 FALSE。 語法 ftp_systype(ftp_connection) 參數(shù) 描述 ftp_connection 必需...

http://www.o2fo.com/php/func-ftp-systype.html

716.PHP libxml_use_internal_errors() 函數(shù)

PHP libxml_use_internal_errors() 函數(shù) 完整的 PHP libxml 參考手冊(cè) 定義和用法 libxml_use_internal_errors() 函數(shù)禁用標(biāo)準(zhǔn)的 libxml 錯(cuò)誤,并啟用用戶錯(cuò)誤處理。 該函數(shù)返回 use_lib_errors 參數(shù)之前的值。 語法 libxml_use_internal_errors(user_errors) 參...

http://www.o2fo.com/php/func-libxml-use-internal-errors.html

717.PHP ftp_pwd() 函數(shù)

PHP ftp_pwd() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_pwd() 函數(shù)返回指定 FTP 連接的當(dāng)前目錄名稱。 語法 ftp_pwd(ftp_connection) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接。 實(shí)例 <?php $conn = ftp_connect("ftp.testftp.com"...

http://www.o2fo.com/php/func-ftp-pwd.html

718.PHP ftp_ssl_connect() 函數(shù)

PHP ftp_ssl_connect() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_ssl_connect() 函數(shù)打開一個(gè)安全的 SSL-FTP 連接。 當(dāng)連接打開,您就可以在服務(wù)器運(yùn)行 FTP 函數(shù)。 語法 ftp_ssl_connect(host,port,timeout) 參數(shù) 描述 host 必需。規(guī)定要連接的...

http://www.o2fo.com/php/func-ftp-ssl-connect.html

719.PHP libxml_get_last_error() 函數(shù)

PHP libxml_get_last_error() 函數(shù) 完整的 PHP libxml 參考手冊(cè) 定義和用法 libxml_get_last_error() 函數(shù)從 libxml 錯(cuò)誤緩沖中獲取最后一個(gè)錯(cuò)誤。 如果成功,該函數(shù)返回一個(gè)錯(cuò)誤對(duì)象。如果失敗或 libxml 錯(cuò)誤緩沖中沒有錯(cuò)誤,則返回 FALSE。 語...

http://www.o2fo.com/php/func-libxml-get-last-error.html

720.PHP ftp_put() 函數(shù)

PHP ftp_put() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_put() 函數(shù)上傳本地一個(gè)文件到 FTP 服務(wù)器上。 如果成功,該函數(shù)返回 TRUE。如果失敗,則返回 FALSE。 語法 ftp_put(ftp_connection,remote,local,mode,resume) 參數(shù) 描述 ftp_connection ...

http://www.o2fo.com/php/func-ftp-put.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

711.PHP connection_status() 函數(shù)

PHP connection_status() 函數(shù) PHP Misc 參考手冊(cè) 實(shí)例 返回連接狀態(tài): <?phpswitch (connection_status()) { case CONNECTION_NORMAL: $txt = 'Connection is in a normal state'; break; case CONNECTION_ABORTED: $txt = 'Connection aborted'; break; case CONNECTION_TIMEOUT: $...

http://www.o2fo.com/php/func-misc-connection-status.html

712.PHP connection_aborted() 函數(shù)

PHP connection_aborted() 函數(shù) PHP Misc 參考手冊(cè) 實(shí)例 創(chuàng)建一個(gè)函數(shù)(check_abort()),在客戶機(jī)終止腳本時(shí)寫入一條日志消息: <?phpfunction check_abort() { if (connection_aborted()) error_log ("Script $GLOBALS[SCRIPT_NAME]" . "$GLOBALS[SERVER_NAME] was aborted by ...

http://www.o2fo.com/php/func-misc-connection-aborted.html

713.PHP ftp_raw() 函數(shù)

PHP ftp_raw() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_raw() 函數(shù)向 FTP 服務(wù)器發(fā)送一個(gè) raw 命令。 語法 ftp_raw(ftp_connection,command) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接。 command 必需。規(guī)定要執(zhí)行的命令。 提...

http://www.o2fo.com/php/func-ftp-raw.html

714.PHP ftp_quit() 函數(shù)

PHP ftp_quit() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_quit() 函數(shù)關(guān)閉 FTP 連接。 語法 ftp_quit(ftp_connection) 參數(shù) 描述 ftp_connection 必需。規(guī)定要關(guān)閉的 FTP 連接。 提示和注釋 提示:該函數(shù)是 ftp_close() 函數(shù)的別名。 實(shí)例 ...

http://www.o2fo.com/php/func-ftp-quit.html

715.PHP ftp_systype() 函數(shù)

PHP ftp_systype() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_systype() 函數(shù)返回 FTP 服務(wù)器的系統(tǒng)類型標(biāo)識(shí)符。 如果成功,該函數(shù)返回系統(tǒng)類型。如果失敗,則返回 FALSE。 語法 ftp_systype(ftp_connection) 參數(shù) 描述 ftp_connection 必需...

http://www.o2fo.com/php/func-ftp-systype.html

716.PHP libxml_use_internal_errors() 函數(shù)

PHP libxml_use_internal_errors() 函數(shù) 完整的 PHP libxml 參考手冊(cè) 定義和用法 libxml_use_internal_errors() 函數(shù)禁用標(biāo)準(zhǔn)的 libxml 錯(cuò)誤,并啟用用戶錯(cuò)誤處理。 該函數(shù)返回 use_lib_errors 參數(shù)之前的值。 語法 libxml_use_internal_errors(user_errors) 參...

http://www.o2fo.com/php/func-libxml-use-internal-errors.html

717.PHP ftp_pwd() 函數(shù)

PHP ftp_pwd() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_pwd() 函數(shù)返回指定 FTP 連接的當(dāng)前目錄名稱。 語法 ftp_pwd(ftp_connection) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接。 實(shí)例 <?php $conn = ftp_connect("ftp.testftp.com"...

http://www.o2fo.com/php/func-ftp-pwd.html

718.PHP ftp_ssl_connect() 函數(shù)

PHP ftp_ssl_connect() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_ssl_connect() 函數(shù)打開一個(gè)安全的 SSL-FTP 連接。 當(dāng)連接打開,您就可以在服務(wù)器運(yùn)行 FTP 函數(shù)。 語法 ftp_ssl_connect(host,port,timeout) 參數(shù) 描述 host 必需。規(guī)定要連接的...

http://www.o2fo.com/php/func-ftp-ssl-connect.html

719.PHP libxml_get_last_error() 函數(shù)

PHP libxml_get_last_error() 函數(shù) 完整的 PHP libxml 參考手冊(cè) 定義和用法 libxml_get_last_error() 函數(shù)從 libxml 錯(cuò)誤緩沖中獲取最后一個(gè)錯(cuò)誤。 如果成功,該函數(shù)返回一個(gè)錯(cuò)誤對(duì)象。如果失敗或 libxml 錯(cuò)誤緩沖中沒有錯(cuò)誤,則返回 FALSE。 語...

http://www.o2fo.com/php/func-libxml-get-last-error.html

720.PHP ftp_put() 函數(shù)

PHP ftp_put() 函數(shù) 完整的 PHP FTP 參考手冊(cè) 定義和用法 ftp_put() 函數(shù)上傳本地一個(gè)文件到 FTP 服務(wù)器上。 如果成功,該函數(shù)返回 TRUE。如果失敗,則返回 FALSE。 語法 ftp_put(ftp_connection,remote,local,mode,resume) 參數(shù) 描述 ftp_connection ...

http://www.o2fo.com/php/func-ftp-put.html

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

w3cschool 建議您:

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

熱門課程