App下載

詞條

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

2871.PHP tempnam() 函數(shù)

...中生成一個(gè)文件。 提示:參見 tmpfile()。 實(shí)例 <?php echo tempnam("C:inetpubtestweb","TMP0"); ?> 上面的代碼將輸出: C:inetpubtestwebTMP1.tmp 完整的 PHP Filesystem 參考手冊(cè)

http://www.o2fo.com/php/func-filesystem-tempnam.html

2872.PHP glob() 函數(shù)

... 按照文件在目錄中出現(xiàn)的原始順序返回(不排序) GLOB_NOCHECK - 如果沒有文件匹配則返回用于搜索的模式 GLOB_NOESCAPE - 反斜線不轉(zhuǎn)義元字符 GLOB_BRACE - 擴(kuò)充 {a,b,c} 來匹配 'a','b' 或 'c' GLOB_ONLYDIR - 僅返回與模式匹...

http://www.o2fo.com/php/func-filesystem-glob.html

2873.PHP dirname() 函數(shù)

... 描述 path 必需。規(guī)定要檢查的路徑。 實(shí)例 <?php echo dirname("c:/testweb/home.php") . "<br />"; echo dirname("/testweb/home.php"); ?> 上面的代碼將輸出: c:/testweb /testweb 完整的 PHP Filesystem 參考手冊(cè)

http://www.o2fo.com/php/func-filesystem-dirname.html

2874.PHP restore_exception_handler() 函數(shù)

PHP restore_exception_handler() 函數(shù) 完整的 PHP Error 參考手冊(cè) 定義和用法 restore_exception_handler() 函數(shù)恢復(fù)之前的異常處理程序。 該函數(shù)用于在通過 set_exception_handler() 函數(shù)改變后恢復(fù)之前的異常處理程序。 該函數(shù)總是返回 TRUE。 語法 ...

http://www.o2fo.com/php/func-error-restore-exception-handler.html

2875.VBScript Chr 函數(shù)

VBScript Chr 函數(shù)返回指定 ANSI 字符碼的字符。 完整的 VBScript 參考手冊(cè) Chr 函數(shù)把指定的 ANSI 字符代碼轉(zhuǎn)換為字符。 注意:從 0 到 31 之間的數(shù)字表示不可打印的 ASCII 代碼,例如 Chr(10) 將返回一個(gè)換行符。 語法 Chr(charcode) 參數(shù) 參...

http://www.o2fo.com/vbscript/func-chr.html

2876.XML DOM lookupNamespaceURI() 方法——Element 對(duì)象

XML DOM lookupNamespaceURI() 方法 Element 對(duì)象 定義和用法 lookupNamespaceURI() 方法返回匹配當(dāng)前節(jié)點(diǎn)上指定前綴的命名空間。 語法 elementNode.lookupNamespaceURI(prefix) 參數(shù) 描述 prefix 必需。字符串,規(guī)定要查找的前綴。 實(shí)例 下面的代...

http://www.o2fo.com/xmldom/met-element-lookupnamespaceuri.html

2877.XML DOM lookupNamespaceURI() 方法

XML DOM lookupNamespaceURI() 方法 Node 對(duì)象 定義和用法 lookupNamespaceURI() 方法返回匹配某個(gè)節(jié)點(diǎn)上所指定的前綴的命名空間 URI。 語法 nodeObject.lookupNamespaceURI(prefix) 參數(shù) 描述 prefix 必需。前綴。 實(shí)例 下面的代碼片段使用 loadXMLDo...

http://www.o2fo.com/xmldom/met-node-lookupnamespaceuri.html

2878.ASP CreateTextFile 方法

ASP CreateTextFile 方法 完整的 Folder 對(duì)象參考手冊(cè) CreateTextFile 方法在當(dāng)前文件夾創(chuàng)建一個(gè)新的文本文件,并返回一個(gè)供讀寫此文件的 TextStream 對(duì)象。 語法 FileSystemObject.CreateTextFile(filename[,overwrite[,unicode]]) FolderObject.CreateTextFile(fil...

http://www.o2fo.com/asp/met-createtextfile-folder.html

2879.ASP Delete 方法

...對(duì) File 或 Folder 應(yīng)用 Delete 方法的結(jié)果與使用 FileSystemObject.DeleteFile 或 FileSystemObject.DeleteFolder 執(zhí)行的操作完全相同。 語法 FileObject.Delete[(force)] FolderObject.Delete[(force)] 參數(shù) 描述 force 可選的。指示是否可刪除只讀文件或文件夾...

http://www.o2fo.com/asp/met-delete-folder.html

2880.ASP Size 屬性

... 屬性用于返回指定文件或文件夾的字節(jié)數(shù)。 語法 FileObject.Size FolderObject.Size 針對(duì) File 對(duì)象的實(shí)例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.GetFile("c:\test.asp") Response.Write("The size of test.asp is: ") Response.Write(f.Size...

http://www.o2fo.com/asp/prop-size-folder.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2871.PHP tempnam() 函數(shù)

...中生成一個(gè)文件。 提示:參見 tmpfile()。 實(shí)例 <?php echo tempnam("C:inetpubtestweb","TMP0"); ?> 上面的代碼將輸出: C:inetpubtestwebTMP1.tmp 完整的 PHP Filesystem 參考手冊(cè)

http://www.o2fo.com/php/func-filesystem-tempnam.html

2872.PHP glob() 函數(shù)

... 按照文件在目錄中出現(xiàn)的原始順序返回(不排序) GLOB_NOCHECK - 如果沒有文件匹配則返回用于搜索的模式 GLOB_NOESCAPE - 反斜線不轉(zhuǎn)義元字符 GLOB_BRACE - 擴(kuò)充 {a,b,c} 來匹配 'a','b' 或 'c' GLOB_ONLYDIR - 僅返回與模式匹...

http://www.o2fo.com/php/func-filesystem-glob.html

2873.PHP dirname() 函數(shù)

... 描述 path 必需。規(guī)定要檢查的路徑。 實(shí)例 <?php echo dirname("c:/testweb/home.php") . "<br />"; echo dirname("/testweb/home.php"); ?> 上面的代碼將輸出: c:/testweb /testweb 完整的 PHP Filesystem 參考手冊(cè)

http://www.o2fo.com/php/func-filesystem-dirname.html

2874.PHP restore_exception_handler() 函數(shù)

PHP restore_exception_handler() 函數(shù) 完整的 PHP Error 參考手冊(cè) 定義和用法 restore_exception_handler() 函數(shù)恢復(fù)之前的異常處理程序。 該函數(shù)用于在通過 set_exception_handler() 函數(shù)改變后恢復(fù)之前的異常處理程序。 該函數(shù)總是返回 TRUE。 語法 ...

http://www.o2fo.com/php/func-error-restore-exception-handler.html

2875.VBScript Chr 函數(shù)

VBScript Chr 函數(shù)返回指定 ANSI 字符碼的字符。 完整的 VBScript 參考手冊(cè) Chr 函數(shù)把指定的 ANSI 字符代碼轉(zhuǎn)換為字符。 注意:從 0 到 31 之間的數(shù)字表示不可打印的 ASCII 代碼,例如 Chr(10) 將返回一個(gè)換行符。 語法 Chr(charcode) 參數(shù) 參...

http://www.o2fo.com/vbscript/func-chr.html

2876.XML DOM lookupNamespaceURI() 方法——Element 對(duì)象

XML DOM lookupNamespaceURI() 方法 Element 對(duì)象 定義和用法 lookupNamespaceURI() 方法返回匹配當(dāng)前節(jié)點(diǎn)上指定前綴的命名空間。 語法 elementNode.lookupNamespaceURI(prefix) 參數(shù) 描述 prefix 必需。字符串,規(guī)定要查找的前綴。 實(shí)例 下面的代...

http://www.o2fo.com/xmldom/met-element-lookupnamespaceuri.html

2877.XML DOM lookupNamespaceURI() 方法

XML DOM lookupNamespaceURI() 方法 Node 對(duì)象 定義和用法 lookupNamespaceURI() 方法返回匹配某個(gè)節(jié)點(diǎn)上所指定的前綴的命名空間 URI。 語法 nodeObject.lookupNamespaceURI(prefix) 參數(shù) 描述 prefix 必需。前綴。 實(shí)例 下面的代碼片段使用 loadXMLDo...

http://www.o2fo.com/xmldom/met-node-lookupnamespaceuri.html

2878.ASP CreateTextFile 方法

ASP CreateTextFile 方法 完整的 Folder 對(duì)象參考手冊(cè) CreateTextFile 方法在當(dāng)前文件夾創(chuàng)建一個(gè)新的文本文件,并返回一個(gè)供讀寫此文件的 TextStream 對(duì)象。 語法 FileSystemObject.CreateTextFile(filename[,overwrite[,unicode]]) FolderObject.CreateTextFile(fil...

http://www.o2fo.com/asp/met-createtextfile-folder.html

2879.ASP Delete 方法

...對(duì) File 或 Folder 應(yīng)用 Delete 方法的結(jié)果與使用 FileSystemObject.DeleteFile 或 FileSystemObject.DeleteFolder 執(zhí)行的操作完全相同。 語法 FileObject.Delete[(force)] FolderObject.Delete[(force)] 參數(shù) 描述 force 可選的。指示是否可刪除只讀文件或文件夾...

http://www.o2fo.com/asp/met-delete-folder.html

2880.ASP Size 屬性

... 屬性用于返回指定文件或文件夾的字節(jié)數(shù)。 語法 FileObject.Size FolderObject.Size 針對(duì) File 對(duì)象的實(shí)例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.GetFile("c:\test.asp") Response.Write("The size of test.asp is: ") Response.Write(f.Size...

http://www.o2fo.com/asp/prop-size-folder.html

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

w3cschool 建議您:

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

熱門課程