App下載

詞條

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

601.PHP8 PharFileInfo::getMetadata

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)PharFileInfo::getMetadata — 返回與文件一起保存的特定于文件的元數(shù)據(jù)說(shuō)明public PharFileInfo::getMetadata(array $unserializeOptions = []): mixed返回此文件的 Phar 存檔清單中保存的元數(shù)據(jù)。參數(shù)...

http://m.o2fo.com/phpchinese/php8-pharfileinfo-getmetadata.html

602.PHP8 ZipArchive::deleteName

PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0)ZipArchive::d eleteName — 使用其名稱(chēng)刪除存檔中的條目說(shuō)明public ZipArchive::deleteName(string $name): bool使用其名稱(chēng)刪除存檔中的條目。參數(shù) ?name要?jiǎng)h除的條目的名稱(chēng)。返回值 ?成功時(shí)返...

http://m.o2fo.com/phpchinese/php8-ziparchive-deletename.html

603.PHP8 ZipArchive::registerProgressCallback

PHP >= 8.0.0,PECL zip >= 1.17.0)ZipArchive::registerProgressCallback — 注冊(cè)一個(gè)回調(diào)以在存檔關(guān)閉期間提供更新。說(shuō)明public ZipArchive::registerProgressCallback(float $rate, callable $callback): bool注冊(cè)一個(gè)函數(shù)以在存檔關(guān)閉期間提供更新。callback...

http://m.o2fo.com/phpchinese/php8-ziparchive-registerprogresscallback.html

604.PHP8 zip_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_close — 關(guān)閉一個(gè)ZIP檔案文件警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明 zip_close(resource $zip): void關(guān)閉一個(gè)指定的ZIP檔案文件。參數(shù) zip一個(gè)由zip_ope...

http://m.o2fo.com/phpchinese/php8-zipclose.html

605.PHP8 zip_entry_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_close — 關(guān)閉目錄項(xiàng)警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_close(resource $zip_entry): bool關(guān)閉指定的目錄項(xiàng)。參數(shù) zip_entry一個(gè)由zip_entr...

http://m.o2fo.com/phpchinese/php8-zipentryclose.html

606.PHP8 zip_entry_compressedsize

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_compressedsize — 檢索目錄項(xiàng)壓縮過(guò)后的大小警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_compressedsize(resource $zip_entry): int|false返回指定目...

http://m.o2fo.com/phpchinese/php8-zipentrycompressesize.html

607.PHP8 zip_entry_compressionmethod

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_compressionmethod — 檢索目錄實(shí)體的壓縮方法警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_compressionmethod(resource $zip_entry): string|false返回由...

http://m.o2fo.com/phpchinese/phpchinese-vst63yfj.html

608.PHP8 zip_entry_filesize

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_filesize — 檢索目錄實(shí)體的實(shí)際大小警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_filesize(resource $zip_entry): int|false返回指定目錄實(shí)體的實(shí)...

http://m.o2fo.com/phpchinese/php8-zip-entry-filesize.html

609.PHP8 zip_entry_name

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_name — 檢索目錄項(xiàng)的名稱(chēng)警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_name(resource $zip_entry): string|false返回指定目錄項(xiàng)的名稱(chēng)。參數(shù) zip_...

http://m.o2fo.com/phpchinese/php8-zipentryname.html

610.PHP8 zip_entry_read

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_read — 讀取一個(gè)打開(kāi)了的壓縮目錄實(shí)體警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_read(resource $zip_entry, int $len = 1024): string|false讀取一...

http://m.o2fo.com/phpchinese/php8-zip-entry-read.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

601.PHP8 PharFileInfo::getMetadata

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)PharFileInfo::getMetadata — 返回與文件一起保存的特定于文件的元數(shù)據(jù)說(shuō)明public PharFileInfo::getMetadata(array $unserializeOptions = []): mixed返回此文件的 Phar 存檔清單中保存的元數(shù)據(jù)。參數(shù)...

http://m.o2fo.com/phpchinese/php8-pharfileinfo-getmetadata.html

602.PHP8 ZipArchive::deleteName

PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0)ZipArchive::d eleteName — 使用其名稱(chēng)刪除存檔中的條目說(shuō)明public ZipArchive::deleteName(string $name): bool使用其名稱(chēng)刪除存檔中的條目。參數(shù) ?name要?jiǎng)h除的條目的名稱(chēng)。返回值 ?成功時(shí)返...

http://m.o2fo.com/phpchinese/php8-ziparchive-deletename.html

603.PHP8 ZipArchive::registerProgressCallback

PHP >= 8.0.0,PECL zip >= 1.17.0)ZipArchive::registerProgressCallback — 注冊(cè)一個(gè)回調(diào)以在存檔關(guān)閉期間提供更新。說(shuō)明public ZipArchive::registerProgressCallback(float $rate, callable $callback): bool注冊(cè)一個(gè)函數(shù)以在存檔關(guān)閉期間提供更新。callback...

http://m.o2fo.com/phpchinese/php8-ziparchive-registerprogresscallback.html

604.PHP8 zip_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_close — 關(guān)閉一個(gè)ZIP檔案文件警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明 zip_close(resource $zip): void關(guān)閉一個(gè)指定的ZIP檔案文件。參數(shù) zip一個(gè)由zip_ope...

http://m.o2fo.com/phpchinese/php8-zipclose.html

605.PHP8 zip_entry_close

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_close — 關(guān)閉目錄項(xiàng)警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_close(resource $zip_entry): bool關(guān)閉指定的目錄項(xiàng)。參數(shù) zip_entry一個(gè)由zip_entr...

http://m.o2fo.com/phpchinese/php8-zipentryclose.html

606.PHP8 zip_entry_compressedsize

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_compressedsize — 檢索目錄項(xiàng)壓縮過(guò)后的大小警告本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_compressedsize(resource $zip_entry): int|false返回指定目...

http://m.o2fo.com/phpchinese/php8-zipentrycompressesize.html

607.PHP8 zip_entry_compressionmethod

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_compressionmethod — 檢索目錄實(shí)體的壓縮方法警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_compressionmethod(resource $zip_entry): string|false返回由...

http://m.o2fo.com/phpchinese/phpchinese-vst63yfj.html

608.PHP8 zip_entry_filesize

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_filesize — 檢索目錄實(shí)體的實(shí)際大小警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_filesize(resource $zip_entry): int|false返回指定目錄實(shí)體的實(shí)...

http://m.o2fo.com/phpchinese/php8-zip-entry-filesize.html

609.PHP8 zip_entry_name

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_name — 檢索目錄項(xiàng)的名稱(chēng)警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_name(resource $zip_entry): string|false返回指定目錄項(xiàng)的名稱(chēng)。參數(shù) zip_...

http://m.o2fo.com/phpchinese/php8-zipentryname.html

610.PHP8 zip_entry_read

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_entry_read — 讀取一個(gè)打開(kāi)了的壓縮目錄實(shí)體警告 本函數(shù)已自 PHP 8.0.0 起被廢棄。強(qiáng)烈建議不要依賴(lài)本函數(shù)。說(shuō)明zip_entry_read(resource $zip_entry, int $len = 1024): string|false讀取一...

http://m.o2fo.com/phpchinese/php8-zip-entry-read.html

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

w3cschool 建議您:

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

熱門(mén)課程