App下載

詞條

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

1641.PHP8 PharData::setSignatureAlgorithm

... 將 中的 設(shè)為 以適合 Phar 對(duì)象. 否則, 將拋出PharException.php.iniphar.readonly0設(shè)置 phar 的簽名算法并應(yīng)用它。這 簽名算法必須是 、 、 、 或 之一。Phar::MD5Phar::SHA1Phar::SHA256Phar::SHA512Phar::OPENSSL參數(shù) algo、 、 、 或 之一Phar::MD5Phar::SHA1Phar:...

http://m.o2fo.com/phpchinese/php8-phardata-setsignaturealgorithm.html

1642.PHP8 Rar運(yùn)行時(shí)配置

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

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

1643.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://m.o2fo.com/phpchinese/php8-rar-predefined-constant.html

1644.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://m.o2fo.com/phpchinese/php8-rarentry-getmethod-1.html

1645.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://m.o2fo.com/phpchinese/php8-rarentry-getname.html

1646.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://m.o2fo.com/phpchinese/php8-rarentry-getversion.html

1647.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://m.o2fo.com/phpchinese/php8-rarentry-isdirectory.html

1648.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://m.o2fo.com/phpchinese/php8-rarexception-isusingexceptions.html

1649.PHP8 Zlib簡(jiǎn)介

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

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

1650.PHP8 Zip需求

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

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1641.PHP8 PharData::setSignatureAlgorithm

... 將 中的 設(shè)為 以適合 Phar 對(duì)象. 否則, 將拋出PharException.php.iniphar.readonly0設(shè)置 phar 的簽名算法并應(yīng)用它。這 簽名算法必須是 、 、 、 或 之一。Phar::MD5Phar::SHA1Phar::SHA256Phar::SHA512Phar::OPENSSL參數(shù) algo、 、 、 或 之一Phar::MD5Phar::SHA1Phar:...

http://m.o2fo.com/phpchinese/php8-phardata-setsignaturealgorithm.html

1642.PHP8 Rar運(yùn)行時(shí)配置

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

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

1643.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://m.o2fo.com/phpchinese/php8-rar-predefined-constant.html

1644.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://m.o2fo.com/phpchinese/php8-rarentry-getmethod-1.html

1645.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://m.o2fo.com/phpchinese/php8-rarentry-getname.html

1646.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://m.o2fo.com/phpchinese/php8-rarentry-getversion.html

1647.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://m.o2fo.com/phpchinese/php8-rarentry-isdirectory.html

1648.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://m.o2fo.com/phpchinese/php8-rarexception-isusingexceptions.html

1649.PHP8 Zlib簡(jiǎn)介

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

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

1650.PHP8 Zip需求

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

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

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

w3cschool 建議您:

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

熱門課程