首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ftp_nb_continue
ftp_nb_continue
連續獲取/發送文件(non-blocking)。
名稱:
ftp_nb_continue
分類:
未分類
所屬語言:
php
一句話介紹:
連續獲取/發送文件(non-blocking)。
相關內容
解決ftp_nb_continue 阻塞問題:如何避免超時
4
同類函數
getLine
getLine
返回拋出異常的代碼行的行號。
mysql_ping
mysql_ping
Ping一個服務器連接,如果沒有連接則重
libxml_get_errors
libxml_get_errors
檢索錯誤數組。
ftp_get_option
ftp_get_option
返回當前FTP連接的各種不同的選項設置。
zip_entry_read
zip_entry_read
讀取ZIP文件中的一個打開的項目。
unixtojd
unixtojd
把Unix時間戳轉換為儒略日計數。
ftp_alloc
ftp_alloc
為要上傳到FTP服務器的文件分配空間。
mysql_free_result
mysql_free_result
釋放結果內存。
熱門文章
解決ftp_nb_continue 阻塞問題:如何避免超時