App下載

詞條

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

1641.PHP8 Rar預(yù)定義常量

下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。RAR_HOST_MSDOS (int)Use RarEntry::HOST_MSDOS instead.RAR_HOST_OS2 (int)Use RarEntry::HOST_OS2 instead.RAR_HOST_WIN32 (int)Use RarEntry::HOST_WIN32 instead.RAR_HOST_UNIX (int)Use RarEntry::HOST_UNI...

http://www.o2fo.com/phpchinese/php8-rar-predefined-constant.html

1642.PHP8 RarEntry::getMethod

...方法編號(hào)或 false。示例示例 #1 RarEntry::getMethod() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); echo "Method number: " . $entry->getMethod(); ?>

http://www.o2fo.com/phpchinese/php8-rarentry-getmethod-1.html

1643.PHP8 RarEntry::getName

... Unicode/UTF-8 編碼。示例 示例 #1 RarEntry::getName() example<?php //this example is safe even in pages not encoded in UTF-8 //for those encoded in UTF-8, the call to mb_convert_encoding is unnecessary $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_e...

http://www.o2fo.com/phpchinese/php8-rarentry-getname.html

1644.PHP8 RarEntry::getVersion

...回版本或 false。示例 示例 #1 RarEntry::getVersion() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); echo "Rar version required for unpacking: " . $entry->getVe...

http://www.o2fo.com/phpchinese/php8-rarentry-getversion.html

1645.PHP8 RarEntry::isDirectory

...(僅適用于在 Windows 或 Unix 的 RAR 中壓縮的文件):<?php //... //Open file, get entry and store in variable $e... //... $isDirectory = (bool) ((($e->getHostOs() == RAR_HOST_WIN32) && ($e->getAttr() & 0x10)) || (($e->getHostOs() == RAR_HOST_UNIX) && (($e->getAttr() & 0...

http://www.o2fo.com/phpchinese/php8-rarentry-isdirectory.html

1646.PHP8 RarException::isUsingExceptions

...回 false。示例 示例 #1 RarException::isUsingExceptions() example<?php //The default is not to use exceptions var_dump(RarException::isUsingExceptions()); ?>以上示例的輸出類似于:bool(false) 參見(jiàn) RarException::setUsingExceptions() - 激活和停用異常錯(cuò)誤處理

http://www.o2fo.com/phpchinese/php8-rarexception-isusingexceptions.html

1647.PHP8 Zlib簡(jiǎn)介

...壓縮的文件,但不能與 socket 一起使用)一起使用。注意:PHP 還有用于 .gz 文件的 fopen 封裝協(xié)議。有關(guān) zlib:// 的部分提供了更多信息。

http://www.o2fo.com/phpchinese/introduction-to-php8-zlib.html

1648.PHP8 Zip需求

...需要 libzip。在 7.3 及其以前的版本,1.1.2 版本都捆綁在 PHP 中。最低支持版本為 0.11,但強(qiáng)烈建議使用更高版本。加密支持需要版本 1.2,參閱 ZipArchive::setEncryptionIndex()進(jìn)度支持需要版本 1.3,參閱 ZipArchive::registerProgressCallback()取消...

http://www.o2fo.com/phpchinese/php8-zip-requirements.html

1649.PHP8 Zip運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 ?php.ini? 中定義配置指令。

http://www.o2fo.com/phpchinese/php8-zip-runtime-configuration.html

1650.PHP8 ZipArchive::clearError

(PHP 8 >= 8.2.0, PECL zip >= 1.20.0)ZipArchive::clearError — 清除狀態(tài)錯(cuò)誤消息、系統(tǒng)和/或 zip 消息說(shuō)明public ZipArchive::clearError(): void清除狀態(tài)錯(cuò)誤消息、系統(tǒng)和/或 zip 消息。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 沒(méi)有返回值。參見(jiàn)ZipArchive::ge...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1641.PHP8 Rar預(yù)定義常量

下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動(dòng)態(tài)載入時(shí)可用。RAR_HOST_MSDOS (int)Use RarEntry::HOST_MSDOS instead.RAR_HOST_OS2 (int)Use RarEntry::HOST_OS2 instead.RAR_HOST_WIN32 (int)Use RarEntry::HOST_WIN32 instead.RAR_HOST_UNIX (int)Use RarEntry::HOST_UNI...

http://www.o2fo.com/phpchinese/php8-rar-predefined-constant.html

1642.PHP8 RarEntry::getMethod

...方法編號(hào)或 false。示例示例 #1 RarEntry::getMethod() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); echo "Method number: " . $entry->getMethod(); ?>

http://www.o2fo.com/phpchinese/php8-rarentry-getmethod-1.html

1643.PHP8 RarEntry::getName

... Unicode/UTF-8 編碼。示例 示例 #1 RarEntry::getName() example<?php //this example is safe even in pages not encoded in UTF-8 //for those encoded in UTF-8, the call to mb_convert_encoding is unnecessary $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_e...

http://www.o2fo.com/phpchinese/php8-rarentry-getname.html

1644.PHP8 RarEntry::getVersion

...回版本或 false。示例 示例 #1 RarEntry::getVersion() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); echo "Rar version required for unpacking: " . $entry->getVe...

http://www.o2fo.com/phpchinese/php8-rarentry-getversion.html

1645.PHP8 RarEntry::isDirectory

...(僅適用于在 Windows 或 Unix 的 RAR 中壓縮的文件):<?php //... //Open file, get entry and store in variable $e... //... $isDirectory = (bool) ((($e->getHostOs() == RAR_HOST_WIN32) && ($e->getAttr() & 0x10)) || (($e->getHostOs() == RAR_HOST_UNIX) && (($e->getAttr() & 0...

http://www.o2fo.com/phpchinese/php8-rarentry-isdirectory.html

1646.PHP8 RarException::isUsingExceptions

...回 false。示例 示例 #1 RarException::isUsingExceptions() example<?php //The default is not to use exceptions var_dump(RarException::isUsingExceptions()); ?>以上示例的輸出類似于:bool(false) 參見(jiàn) RarException::setUsingExceptions() - 激活和停用異常錯(cuò)誤處理

http://www.o2fo.com/phpchinese/php8-rarexception-isusingexceptions.html

1647.PHP8 Zlib簡(jiǎn)介

...壓縮的文件,但不能與 socket 一起使用)一起使用。注意:PHP 還有用于 .gz 文件的 fopen 封裝協(xié)議。有關(guān) zlib:// 的部分提供了更多信息。

http://www.o2fo.com/phpchinese/introduction-to-php8-zlib.html

1648.PHP8 Zip需求

...需要 libzip。在 7.3 及其以前的版本,1.1.2 版本都捆綁在 PHP 中。最低支持版本為 0.11,但強(qiáng)烈建議使用更高版本。加密支持需要版本 1.2,參閱 ZipArchive::setEncryptionIndex()進(jìn)度支持需要版本 1.3,參閱 ZipArchive::registerProgressCallback()取消...

http://www.o2fo.com/phpchinese/php8-zip-requirements.html

1649.PHP8 Zip運(yùn)行時(shí)配置

此擴(kuò)展沒(méi)有在 ?php.ini? 中定義配置指令。

http://www.o2fo.com/phpchinese/php8-zip-runtime-configuration.html

1650.PHP8 ZipArchive::clearError

(PHP 8 >= 8.2.0, PECL zip >= 1.20.0)ZipArchive::clearError — 清除狀態(tài)錯(cuò)誤消息、系統(tǒng)和/或 zip 消息說(shuō)明public ZipArchive::clearError(): void清除狀態(tài)錯(cuò)誤消息、系統(tǒng)和/或 zip 消息。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 沒(méi)有返回值。參見(jiàn)ZipArchive::ge...

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

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

w3cschool 建議您:

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

熱門(mén)課程