App下載

詞條

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

1761.PHP8 PDOStatement::closeCursor

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.9.0)PDOStatement::closeCursor — 關(guān)閉游標(biāo),使語句能再次被執(zhí)行說明public PDOStatement::closeCursor(): boolPDOStatement::closeCursor() 釋放到數(shù)據(jù)庫服務(wù)的連接,以便發(fā)出其他 SQL 語句,但使語句處于一個(gè)可以...

http://www.o2fo.com/phpchinese/php8-pdostatement-closecursor.html

1762.PHP getDocNamespaces() 函數(shù)

PHP getDocNamespaces() 函數(shù) PHP SimpleXML 參考手冊(cè) 實(shí)例 返回 XML 文檔的根節(jié)點(diǎn)中聲明的命名空間: <?php$xml=<<<XML<?xml version="1.0" standalone="yes"?><cars xmlns:c="http://w3cschool.cn/ns"> <c:car id="1">Volvo</c:car> <c:car id="2"&g...

http://www.o2fo.com/php/func-simplexml-getdocnamespaces.html

1763.PHP8 PharData::compress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::compress — 使用 Gzip 或 Bzip2 壓縮壓縮整個(gè) tar/zip 壓縮文件說明public PharData::compress(int $compression, ?string $extension = null): ?PharData對(duì)于 tar 存檔,此方法使用 gzip 壓縮或 bzip2 ...

http://www.o2fo.com/phpchinese/php8-phardata-compress.html

1764.PHP8 Phar::startBuffering

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)Phar::startBuffering — 開始緩沖 Phar 寫入操作,不要修改磁盤上的 Phar 對(duì)象說明public Phar::startBuffering(): void雖然在技術(shù)上沒有必要,但 Phar::startBuffering() 方法 可以在創(chuàng)建或...

http://www.o2fo.com/phpchinese/php8-phar-startbuffering.html

1765.PHP8 PharFileInfo::setMetadata

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) PharFileInfo::setMetadata — 設(shè)置與文件一起保存的特定于文件的元數(shù)據(jù) 說明 public PharFileInfo::setMetadata(mixed $metadata): void PharFileInfo::setMetadata() 只能用于在文件中存儲(chǔ)自定義...

http://www.o2fo.com/phpchinese/php8-pharfileinfo-setmetadata.html

1766.PHP8 對(duì) PUT 方法的支持

PHP 對(duì)部分客戶端具備的 HTTP PUT 方法提供了支持。PUT 請(qǐng)求比文件上傳要簡單的多,它們一般的形式為:PUT /path/filename.html HTTP/1.1這通常意味著遠(yuǎn)程客戶端會(huì)將其中的 /path/filename.html 存儲(chǔ)到 web 目錄樹。讓 Apache 或者 PHP 自動(dòng)允許所...

http://www.o2fo.com/phpchinese/php8-support-for-the-put-method.html

1767.PHP8 ibase_pconnect

PHP 5、PHP 7 < 7.4.0)ibase_pconnect — 打開與InterBase數(shù)據(jù)庫的持久連接說明ibase_pconnect( string $database = ?, string $username = ?, string $password = ?, string $charset = ?, int $buffers = ?, int $dialect = ?, string $role = ?, int $sync = ? ): resource打開與 InterBase ...

http://www.o2fo.com/phpchinese/php8-ibasepconnect.html

1768.PHP8 cubrid_error_code_facility

...ITY_CLIENT。示例 示例 #1 cubrid_error_code_facility() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $req = @cubrid_execute($conn, "SELECT * FROM unknown"); if (!$req) { printf("Error facility: %d\nError code: %d\nError msg: %s\n", cubrid_error_code_facility(), cubri...

http://www.o2fo.com/phpchinese/php8-cupriduerrorcodefacility.html

1769.PHP substr_count() 函數(shù)

PHP substr_count() 函數(shù) PHP String 參考手冊(cè) 實(shí)例 計(jì)算 "world" 在字符串中出現(xiàn)的次數(shù): <?php echo substr_count("Hello world. The world is nice","world"); ?> 運(yùn)行實(shí)例 ? substr_count() 函數(shù)計(jì)算子串在字符串中出現(xiàn)的次數(shù)。 注釋:子串是區(qū)分大小...

http://www.o2fo.com/php/func-string-substr-count.html

1770.PHP8 ZipArchive::replaceFile

PHP >= 8.0.0,PECL zip >= 1.18.0)ZipArchive::replaceFile — 將ZIP存檔中的文件替換為給定路徑說明public ZipArchive::replaceFile( string $filepath, int $index, int $start = 0, int $length = ZipArchive::LENGTH_TO_END, int $flags = 0 ): bool將ZIP存檔中的文件替換...

http://www.o2fo.com/phpchinese/php8-ziparchive-replacefile.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1761.PHP8 PDOStatement::closeCursor

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.9.0)PDOStatement::closeCursor — 關(guān)閉游標(biāo),使語句能再次被執(zhí)行說明public PDOStatement::closeCursor(): boolPDOStatement::closeCursor() 釋放到數(shù)據(jù)庫服務(wù)的連接,以便發(fā)出其他 SQL 語句,但使語句處于一個(gè)可以...

http://www.o2fo.com/phpchinese/php8-pdostatement-closecursor.html

1762.PHP getDocNamespaces() 函數(shù)

PHP getDocNamespaces() 函數(shù) PHP SimpleXML 參考手冊(cè) 實(shí)例 返回 XML 文檔的根節(jié)點(diǎn)中聲明的命名空間: <?php$xml=<<<XML<?xml version="1.0" standalone="yes"?><cars xmlns:c="http://w3cschool.cn/ns"> <c:car id="1">Volvo</c:car> <c:car id="2"&g...

http://www.o2fo.com/php/func-simplexml-getdocnamespaces.html

1763.PHP8 PharData::compress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharData::compress — 使用 Gzip 或 Bzip2 壓縮壓縮整個(gè) tar/zip 壓縮文件說明public PharData::compress(int $compression, ?string $extension = null): ?PharData對(duì)于 tar 存檔,此方法使用 gzip 壓縮或 bzip2 ...

http://www.o2fo.com/phpchinese/php8-phardata-compress.html

1764.PHP8 Phar::startBuffering

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)Phar::startBuffering — 開始緩沖 Phar 寫入操作,不要修改磁盤上的 Phar 對(duì)象說明public Phar::startBuffering(): void雖然在技術(shù)上沒有必要,但 Phar::startBuffering() 方法 可以在創(chuàng)建或...

http://www.o2fo.com/phpchinese/php8-phar-startbuffering.html

1765.PHP8 PharFileInfo::setMetadata

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) PharFileInfo::setMetadata — 設(shè)置與文件一起保存的特定于文件的元數(shù)據(jù) 說明 public PharFileInfo::setMetadata(mixed $metadata): void PharFileInfo::setMetadata() 只能用于在文件中存儲(chǔ)自定義...

http://www.o2fo.com/phpchinese/php8-pharfileinfo-setmetadata.html

1766.PHP8 對(duì) PUT 方法的支持

PHP 對(duì)部分客戶端具備的 HTTP PUT 方法提供了支持。PUT 請(qǐng)求比文件上傳要簡單的多,它們一般的形式為:PUT /path/filename.html HTTP/1.1這通常意味著遠(yuǎn)程客戶端會(huì)將其中的 /path/filename.html 存儲(chǔ)到 web 目錄樹。讓 Apache 或者 PHP 自動(dòng)允許所...

http://www.o2fo.com/phpchinese/php8-support-for-the-put-method.html

1767.PHP8 ibase_pconnect

PHP 5、PHP 7 < 7.4.0)ibase_pconnect — 打開與InterBase數(shù)據(jù)庫的持久連接說明ibase_pconnect( string $database = ?, string $username = ?, string $password = ?, string $charset = ?, int $buffers = ?, int $dialect = ?, string $role = ?, int $sync = ? ): resource打開與 InterBase ...

http://www.o2fo.com/phpchinese/php8-ibasepconnect.html

1768.PHP8 cubrid_error_code_facility

...ITY_CLIENT。示例 示例 #1 cubrid_error_code_facility() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $req = @cubrid_execute($conn, "SELECT * FROM unknown"); if (!$req) { printf("Error facility: %d\nError code: %d\nError msg: %s\n", cubrid_error_code_facility(), cubri...

http://www.o2fo.com/phpchinese/php8-cupriduerrorcodefacility.html

1769.PHP substr_count() 函數(shù)

PHP substr_count() 函數(shù) PHP String 參考手冊(cè) 實(shí)例 計(jì)算 "world" 在字符串中出現(xiàn)的次數(shù): <?php echo substr_count("Hello world. The world is nice","world"); ?> 運(yùn)行實(shí)例 ? substr_count() 函數(shù)計(jì)算子串在字符串中出現(xiàn)的次數(shù)。 注釋:子串是區(qū)分大小...

http://www.o2fo.com/php/func-string-substr-count.html

1770.PHP8 ZipArchive::replaceFile

PHP >= 8.0.0,PECL zip >= 1.18.0)ZipArchive::replaceFile — 將ZIP存檔中的文件替換為給定路徑說明public ZipArchive::replaceFile( string $filepath, int $index, int $start = 0, int $length = ZipArchive::LENGTH_TO_END, int $flags = 0 ): bool將ZIP存檔中的文件替換...

http://www.o2fo.com/phpchinese/php8-ziparchive-replacefile.html

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

w3cschool 建議您:

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

熱門課程