PHP clearstatcache() 函數(shù)
2017-08-06 PHP clearstatcache() 函數(shù) PHP Filesystem 函數(shù) 定義和用法 clearstatcache() 函數(shù)清除文件狀態(tài)緩存。 clearstatcache() 函數(shù)會(huì)緩存某些函數(shù)的返回信息,以便提供更高的性能。但是有時(shí)候,比如在一個(gè)
PHP chown() 函數(shù)
2017-08-06 PHP chown() 函數(shù) PHP Filesystem 函數(shù) 定義和用法 chown() 函數(shù)改變指定文件的所有者。 如果成功則返回 TRUE,否則返回 FALSE。 語(yǔ)法 chown(file,owner) 參數(shù) 描述 file 必需。規(guī)定要檢查的文件。 own
PHP chmod() 函數(shù)
2017-08-06 PHP chmod() 函數(shù) PHP Filesystem 函數(shù) 定義和用法 chmod() 函數(shù)改變文件模式。 如果成功則返回 TRUE,否則返回 FALSE。 語(yǔ)法 chmod(file,mode) 參數(shù) 描述 file 必需。規(guī)定要檢查的文件。 mode 可選。規(guī)定
PHP chgrp() 函數(shù)
2017-08-06 PHP chgrp() 函數(shù) PHP Filesystem 函數(shù) 定義和用法 chgrp() 函數(shù)改變文件所屬的組。 如果成功則返回 TRUE,否則返回 FALSE。 語(yǔ)法 chgrp(file,group) 參數(shù) 描述 file 必需。規(guī)定要檢查的文件。 group 可選
PHP basename() 函數(shù)
2017-08-06 PHP basename() 函數(shù) PHP Filesystem 函數(shù) 定義和用法 basename() 函數(shù)返回路徑中的文件名部分。 語(yǔ)法 basename(path,suffix) 參數(shù) 描述 path 必需。規(guī)定要檢查的路徑。 suffix 可選。規(guī)定文件擴(kuò)展名。如
PHP ftp_systype() 函數(shù)
2017-08-06 PHP ftp_systype() 函數(shù) PHP FTP 函數(shù) 定義和用法 ftp_systype() 函數(shù)返回遠(yuǎn)程 FTP 服務(wù)器的系統(tǒng)類(lèi)型標(biāo)識(shí)符。 該函數(shù)返回遠(yuǎn)程服務(wù)器的系統(tǒng)類(lèi)型。若發(fā)生錯(cuò)誤,則返回 false。 語(yǔ)法 ftp_systype(ftp_co
PHP ftp_ssl_connect() 函數(shù)
2017-08-06 PHP ftp_ssl_connect() 函數(shù) PHP FTP 函數(shù) 定義和用法 ftp_ssl_connect() 函數(shù)打開(kāi)一個(gè)安全的 SSL-FTP 連接。 當(dāng)連接打開(kāi),您就可以在服務(wù)器運(yùn)行 FTP 函數(shù)。 語(yǔ)法 ftp_ssl_connect(host,port,timeout) 參數(shù) 描述
PHP ftp_size() 函數(shù)
2017-08-06 PHP ftp_size() 函數(shù) PHP FTP 函數(shù) 定義和用法 ftp_size() 函數(shù)返回指定文件的大小。 語(yǔ)法 ftp_size(ftp_connection,remote_file) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接(FTP 連接的標(biāo)識(shí)符)。
PHP ftp_site() 函數(shù)
2017-08-06 PHP ftp_site() 函數(shù) PHP FTP 函數(shù) 定義和用法 ftp_site() 函數(shù)向服務(wù)器發(fā)送 SITE 命令。 SITE 命令沒(méi)有標(biāo)準(zhǔn)化。不同的服務(wù)器不盡相同。對(duì)于處理文件權(quán)限或組關(guān)系方面的事情,SITE 命令很有用。
PHP ftp_set_option() 函數(shù)
2017-08-06 PHP ftp_set_option() 函數(shù) PHP FTP 函數(shù) 定義和用法 ftp_set_option() 函數(shù)設(shè)置各種 FTP 運(yùn)行時(shí)選項(xiàng)。 語(yǔ)法 ftp_set_option(ftp_connection,option,value) 參數(shù) 描述 ftp_connection 必需。規(guī)定要使用的 FTP 連接(F