App下載

詞條

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

2181.PHP8 namespace 關(guān)鍵字和 __NAMESPACE__ 常量

(PHP 5 >= 5.3.0, PHP 7, PHP 8)PHP支持兩種抽象的訪問當(dāng)前命名空間內(nèi)部元素的方法,__NAMESPACE__ 魔術(shù)常量和 namespace 關(guān)鍵字。常量 __NAMESPACE__ 的值是包含當(dāng)前命名空間名稱的字符串。在全局的,不包括在任何命名空間中的代碼,它包...

http://www.o2fo.com/phpchinese/php8-namespace-keywords-and-namespace-constant.html

2182.PHP8 對(duì)象比較

...面的示例可以理解以上原則。示例 #1 對(duì)象比較的例子<?php function bool2str($bool) { if ($bool === false) { return 'FALSE'; } else { return 'TRUE'; } } function compareObjects(&$o1, &$o2) { echo 'o1 == o2 : ' . bool2str($o1 == $o2) . "\n"; echo 'o1 != o2 : ' . bool2str($o1 != $o...

http://www.o2fo.com/phpchinese/comparison-of-php8-objects.html

2183.PHP array_diff_assoc() 函數(shù)

PHP array_diff_assoc() 函數(shù) 完整的 PHP Array 參考手冊(cè) 實(shí)例 比較兩個(gè)數(shù)組的鍵名和鍵值,并返回差集: <?php $a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("a"=>"red","b"=>"green","c"=>"blue");$result=array_diff_assoc($a1,$a...

http://www.o2fo.com/php/func-array-diff-assoc.html

2184.PHP表單復(fù)選框

PHP教程 - PHP表單復(fù)選框 復(fù)選框字段是一個(gè)簡(jiǎn)單的切換按鈕。它可以是開或關(guān)。 value屬性應(yīng)該包含在選中復(fù)選框時(shí)將發(fā)送到服務(wù)器的值。如果未選中復(fù)選框,則不會(huì)發(fā)送任何內(nèi)容。 <label for="checkboxField">A checkbox field</label>...

http://www.o2fo.com/php/php-form-checkbox.html

2185.PHP8 Zlib示例

...它會(huì)兩次打印出此文件的內(nèi)容。示例 #1 Small Zlib Example<?php $filename = tempnam('/tmp', 'zlibtest') . '.gz'; echo "<html>\n<head></head>\n<body>\n<pre>\n"; $s = "Only a test, test, test, test, test, test, test, test!\n"; // open file for writing with ...

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

2186.PHP8 常見缺陷

對(duì) MAX_FILE_SIZE 設(shè)置的值,不能大于 php.ini 文件 設(shè)置中 upload_max_filesize 選項(xiàng)設(shè)置的值。其默認(rèn)值為 2M 字節(jié)。如果內(nèi)存限制設(shè)置被激活,可能需要將 memory_limit 設(shè)置的更大些,請(qǐng)確認(rèn) memory_limit 的設(shè)置足夠的大。如果 max_execution_time ...

http://www.o2fo.com/phpchinese/common-defects-in-php8.html

2187.PHP8 PharFileInfo::compress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharFileInfo::compress — 使用 zlib 或 bzip2 壓縮當(dāng)前 Phar 條目說明 public PharFileInfo::compress(int $compression): bool此方法使用 bzip2 壓縮來壓縮 Phar 存檔中的文件 或 zlib 壓縮。 必須啟用 bzi...

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

2188.PHP8 openal_source_get — 檢索一個(gè) OpenAL 源屬性

(PECL openal >= 0.1.0)openal_source_get — 檢索一個(gè) OpenAL 源屬性說明openal_source_get(resource $source, int $property): mixed參數(shù)source一個(gè) Open AL(Source) 資源,之前由 openal_source_create() 創(chuàng)建。property要獲取的屬性,可以是以下之一:AL_SOURCE_RELATIVE(...

http://www.o2fo.com/phpchinese/php8-open-source-get.html

2189.PHP8 declare

(PHP 4, PHP 5, PHP 7, PHP 8)declare 結(jié)構(gòu)用來設(shè)定一段代碼的執(zhí)行指令。declare 的語法和其它流程控制結(jié)構(gòu)相似:declare (directive) statement directive 部分允許設(shè)定 declare 代碼段的行為。目前只認(rèn)識(shí)三個(gè)指令:ticks(更多信息見下面 ticks 指令)...

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

2190.PHP8 RarEntry::getStream

...支持不再有缺陷。示例 示例 #1 RarEntry::getStream() example<?php $rar_file = rar_open('example.rar'); if ($rar_file === false) die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt'); if ($entry === false) die("Failed to find such entry"); $stream = $entry-...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2181.PHP8 namespace 關(guān)鍵字和 __NAMESPACE__ 常量

(PHP 5 >= 5.3.0, PHP 7, PHP 8)PHP支持兩種抽象的訪問當(dāng)前命名空間內(nèi)部元素的方法,__NAMESPACE__ 魔術(shù)常量和 namespace 關(guān)鍵字。常量 __NAMESPACE__ 的值是包含當(dāng)前命名空間名稱的字符串。在全局的,不包括在任何命名空間中的代碼,它包...

http://www.o2fo.com/phpchinese/php8-namespace-keywords-and-namespace-constant.html

2182.PHP8 對(duì)象比較

...面的示例可以理解以上原則。示例 #1 對(duì)象比較的例子<?php function bool2str($bool) { if ($bool === false) { return 'FALSE'; } else { return 'TRUE'; } } function compareObjects(&$o1, &$o2) { echo 'o1 == o2 : ' . bool2str($o1 == $o2) . "\n"; echo 'o1 != o2 : ' . bool2str($o1 != $o...

http://www.o2fo.com/phpchinese/comparison-of-php8-objects.html

2183.PHP array_diff_assoc() 函數(shù)

PHP array_diff_assoc() 函數(shù) 完整的 PHP Array 參考手冊(cè) 實(shí)例 比較兩個(gè)數(shù)組的鍵名和鍵值,并返回差集: <?php $a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("a"=>"red","b"=>"green","c"=>"blue");$result=array_diff_assoc($a1,$a...

http://www.o2fo.com/php/func-array-diff-assoc.html

2184.PHP表單復(fù)選框

PHP教程 - PHP表單復(fù)選框 復(fù)選框字段是一個(gè)簡(jiǎn)單的切換按鈕。它可以是開或關(guān)。 value屬性應(yīng)該包含在選中復(fù)選框時(shí)將發(fā)送到服務(wù)器的值。如果未選中復(fù)選框,則不會(huì)發(fā)送任何內(nèi)容。 <label for="checkboxField">A checkbox field</label>...

http://www.o2fo.com/php/php-form-checkbox.html

2185.PHP8 Zlib示例

...它會(huì)兩次打印出此文件的內(nèi)容。示例 #1 Small Zlib Example<?php $filename = tempnam('/tmp', 'zlibtest') . '.gz'; echo "<html>\n<head></head>\n<body>\n<pre>\n"; $s = "Only a test, test, test, test, test, test, test, test!\n"; // open file for writing with ...

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

2186.PHP8 常見缺陷

對(duì) MAX_FILE_SIZE 設(shè)置的值,不能大于 php.ini 文件 設(shè)置中 upload_max_filesize 選項(xiàng)設(shè)置的值。其默認(rèn)值為 2M 字節(jié)。如果內(nèi)存限制設(shè)置被激活,可能需要將 memory_limit 設(shè)置的更大些,請(qǐng)確認(rèn) memory_limit 的設(shè)置足夠的大。如果 max_execution_time ...

http://www.o2fo.com/phpchinese/common-defects-in-php8.html

2187.PHP8 PharFileInfo::compress

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)PharFileInfo::compress — 使用 zlib 或 bzip2 壓縮當(dāng)前 Phar 條目說明 public PharFileInfo::compress(int $compression): bool此方法使用 bzip2 壓縮來壓縮 Phar 存檔中的文件 或 zlib 壓縮。 必須啟用 bzi...

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

2188.PHP8 openal_source_get — 檢索一個(gè) OpenAL 源屬性

(PECL openal >= 0.1.0)openal_source_get — 檢索一個(gè) OpenAL 源屬性說明openal_source_get(resource $source, int $property): mixed參數(shù)source一個(gè) Open AL(Source) 資源,之前由 openal_source_create() 創(chuàng)建。property要獲取的屬性,可以是以下之一:AL_SOURCE_RELATIVE(...

http://www.o2fo.com/phpchinese/php8-open-source-get.html

2189.PHP8 declare

(PHP 4, PHP 5, PHP 7, PHP 8)declare 結(jié)構(gòu)用來設(shè)定一段代碼的執(zhí)行指令。declare 的語法和其它流程控制結(jié)構(gòu)相似:declare (directive) statement directive 部分允許設(shè)定 declare 代碼段的行為。目前只認(rèn)識(shí)三個(gè)指令:ticks(更多信息見下面 ticks 指令)...

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

2190.PHP8 RarEntry::getStream

...支持不再有缺陷。示例 示例 #1 RarEntry::getStream() example<?php $rar_file = rar_open('example.rar'); if ($rar_file === false) die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt'); if ($entry === false) die("Failed to find such entry"); $stream = $entry-...

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

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

w3cschool 建議您:

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

熱門課程