App下載

詞條

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

791.PHP file_exists() 函數(shù)

PHP file_exists() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 file_exists() 函數(shù)檢查文件或目錄是否存在。 如果指定的文件或目錄存在則返回 TRUE,否則返回 FALSE。 語(yǔ)法 file_exists(path) 參數(shù) 描述 path 必需。規(guī)定要檢查的路徑。...

http://m.o2fo.com/php/func-filesystem-file-exists.html

792.PHP fileowner() 函數(shù)

PHP fileowner() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileowner() 函數(shù)返回指定文件的用戶 ID(所有者)。 如果成功,該函數(shù)返回用戶 ID。如果失敗,則返回 FALSE。 語(yǔ)法 fileowner(filename) 參數(shù) 描述 filename 必需。規(guī)定要檢...

http://m.o2fo.com/php/func-filesystem-fileowner.html

793.PHP filemtime() 函數(shù)

PHP filemtime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filemtime() 函數(shù)返回文件內(nèi)容的上次修改時(shí)間。 如果成功,該函數(shù)將以 Unix 時(shí)間戳形式返回文件內(nèi)容的上次修改時(shí)間。如果失敗,則返回 FALSE。 語(yǔ)法 filemtime(filename) ...

http://m.o2fo.com/php/func-filesystem-filemtime.html

794.PHP fileinode() 函數(shù)

PHP fileinode() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileinode() 函數(shù)返回指定文件的 inode 編號(hào)。 如果成功,該函數(shù)返回指定文件的 inode 編號(hào)。如果失敗,則返回 FALSE。 語(yǔ)法 fileinode(filename) 參數(shù) 描述 filename 必需。規(guī)...

http://m.o2fo.com/php/func-filesystem-fileinode.html

795.PHP filegroup() 函數(shù)

PHP filegroup() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filegroup() 函數(shù)返回指定文件的組 ID。 如果成功,該函數(shù)返回指定文件所屬組的 ID。如果失敗,則返回 FALSE。 語(yǔ)法 filegroup(filename) 參數(shù) 描述 filename 必需。規(guī)定要檢...

http://m.o2fo.com/php/func-filesystem-filegroup.html

796.PHP filectime() 函數(shù)

PHP filectime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filectime() 函數(shù)返回指定文件的上次修改時(shí)間。 該函數(shù)將檢查文件的日常修改情況和 inode 修改情況。inode 修改情況是指:權(quán)限的修改、所有者的修改、用戶組的修改或...

http://m.o2fo.com/php/func-filesystem-filectime.html

797.PHP fileatime() 函數(shù)

PHP fileatime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileatime() 函數(shù)返回指定文件的上次訪問(wèn)時(shí)間。 如果成功,該函數(shù)將以 Unix 時(shí)間戳形式返回文件的上次訪問(wèn)時(shí)間。如果失敗,則返回 FALSE。 語(yǔ)法 fileatime(filename) 參數(shù) ...

http://m.o2fo.com/php/func-filesystem-fileatime.html

798.PHP feof() 函數(shù)

PHP feof() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 feof() 函數(shù)檢查是否已到達(dá)文件末尾(EOF)。 如果出錯(cuò)或者文件指針到了文件末尾(EOF)則返回 TRUE,否則返回 FALSE。 語(yǔ)法 feof(file) 參數(shù) 描述 file 必需。規(guī)定要檢查的...

http://m.o2fo.com/php/func-filesystem-feof.html

799.PHP fclose() 函數(shù)

PHP fclose() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fclose() 函數(shù)關(guān)閉打開的文件。 該函數(shù)如果成功則返回 TRUE,如果失敗則返回 FALSE。 語(yǔ)法 fclose(file) 參數(shù) 描述 file 必需。規(guī)定要關(guān)閉的文件。 實(shí)例 <?php $file = fope...

http://m.o2fo.com/php/func-filesystem-fclose.html

800.PHP diskfreespace() 函數(shù)

PHP diskfreespace() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 diskfreespace() 函數(shù)返回指定目錄的可用空間,以字節(jié)為單位。 該函數(shù)是 disk_free_space() 函數(shù)的別名。 語(yǔ)法 diskfreespace(directory) 參數(shù) 描述 directory 必需。規(guī)定要檢查...

http://m.o2fo.com/php/func-filesystem-diskfreespace.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

791.PHP file_exists() 函數(shù)

PHP file_exists() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 file_exists() 函數(shù)檢查文件或目錄是否存在。 如果指定的文件或目錄存在則返回 TRUE,否則返回 FALSE。 語(yǔ)法 file_exists(path) 參數(shù) 描述 path 必需。規(guī)定要檢查的路徑。...

http://m.o2fo.com/php/func-filesystem-file-exists.html

792.PHP fileowner() 函數(shù)

PHP fileowner() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileowner() 函數(shù)返回指定文件的用戶 ID(所有者)。 如果成功,該函數(shù)返回用戶 ID。如果失敗,則返回 FALSE。 語(yǔ)法 fileowner(filename) 參數(shù) 描述 filename 必需。規(guī)定要檢...

http://m.o2fo.com/php/func-filesystem-fileowner.html

793.PHP filemtime() 函數(shù)

PHP filemtime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filemtime() 函數(shù)返回文件內(nèi)容的上次修改時(shí)間。 如果成功,該函數(shù)將以 Unix 時(shí)間戳形式返回文件內(nèi)容的上次修改時(shí)間。如果失敗,則返回 FALSE。 語(yǔ)法 filemtime(filename) ...

http://m.o2fo.com/php/func-filesystem-filemtime.html

794.PHP fileinode() 函數(shù)

PHP fileinode() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileinode() 函數(shù)返回指定文件的 inode 編號(hào)。 如果成功,該函數(shù)返回指定文件的 inode 編號(hào)。如果失敗,則返回 FALSE。 語(yǔ)法 fileinode(filename) 參數(shù) 描述 filename 必需。規(guī)...

http://m.o2fo.com/php/func-filesystem-fileinode.html

795.PHP filegroup() 函數(shù)

PHP filegroup() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filegroup() 函數(shù)返回指定文件的組 ID。 如果成功,該函數(shù)返回指定文件所屬組的 ID。如果失敗,則返回 FALSE。 語(yǔ)法 filegroup(filename) 參數(shù) 描述 filename 必需。規(guī)定要檢...

http://m.o2fo.com/php/func-filesystem-filegroup.html

796.PHP filectime() 函數(shù)

PHP filectime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 filectime() 函數(shù)返回指定文件的上次修改時(shí)間。 該函數(shù)將檢查文件的日常修改情況和 inode 修改情況。inode 修改情況是指:權(quán)限的修改、所有者的修改、用戶組的修改或...

http://m.o2fo.com/php/func-filesystem-filectime.html

797.PHP fileatime() 函數(shù)

PHP fileatime() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fileatime() 函數(shù)返回指定文件的上次訪問(wèn)時(shí)間。 如果成功,該函數(shù)將以 Unix 時(shí)間戳形式返回文件的上次訪問(wèn)時(shí)間。如果失敗,則返回 FALSE。 語(yǔ)法 fileatime(filename) 參數(shù) ...

http://m.o2fo.com/php/func-filesystem-fileatime.html

798.PHP feof() 函數(shù)

PHP feof() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 feof() 函數(shù)檢查是否已到達(dá)文件末尾(EOF)。 如果出錯(cuò)或者文件指針到了文件末尾(EOF)則返回 TRUE,否則返回 FALSE。 語(yǔ)法 feof(file) 參數(shù) 描述 file 必需。規(guī)定要檢查的...

http://m.o2fo.com/php/func-filesystem-feof.html

799.PHP fclose() 函數(shù)

PHP fclose() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 fclose() 函數(shù)關(guān)閉打開的文件。 該函數(shù)如果成功則返回 TRUE,如果失敗則返回 FALSE。 語(yǔ)法 fclose(file) 參數(shù) 描述 file 必需。規(guī)定要關(guān)閉的文件。 實(shí)例 <?php $file = fope...

http://m.o2fo.com/php/func-filesystem-fclose.html

800.PHP diskfreespace() 函數(shù)

PHP diskfreespace() 函數(shù) 完整的 PHP Filesystem 參考手冊(cè) 定義和用法 diskfreespace() 函數(shù)返回指定目錄的可用空間,以字節(jié)為單位。 該函數(shù)是 disk_free_space() 函數(shù)的別名。 語(yǔ)法 diskfreespace(directory) 參數(shù) 描述 directory 必需。規(guī)定要檢查...

http://m.o2fo.com/php/func-filesystem-diskfreespace.html

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

w3cschool 建議您:

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

熱門課程