App下載

詞條

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

2371.PHP8 交互式 shell

如果 PHP 使用 --with-readline 選項編譯,則 CLI SAPI 使用 -a 選項時會提供交互式 shell。自 PHP 7.1.0 起,如果啟用了 readline 擴展 ,交互式 shell 也可以在 Windows 上使用。 使用交互式 shell,你可以輸入 PHP 代碼并直接執(zhí)行。 示例 #1 使用...

http://www.o2fo.com/phpchinese/php8-interactive-shell.html

2372.PHP8 openssl_seal

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)openssl_seal — 密封 (加密) 數(shù)據(jù)說明openssl_seal( string $data, string &$sealed_data, array &$encrypted_keys, array $public_key, string $cipher_algo, string &$iv = null ): int|falseopenssl_seal() 使用隨機生成的密鑰和給定的 cipher_algo 方...

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

2373.PHP8 wincache_scache_meminfo — 獲取有關(guān)會話緩存內(nèi)存使用情況的信息

...數(shù)。示例示例 #1 A wincache_scache_meminfo() example<pre> <?php print_r(wincache_scache_meminfo()); ?> </pre>以上示例會輸出:Array ( [memory_total] => 5242880 [memory_free] => 5215056 [num_used_blks] => 6 [num_free_blks] => 3 [memory_overhead] => 1...

http://www.o2fo.com/phpchinese/php8-wincache-scache-meminfo.html

2374.PHP8 預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。ALC_FREQUENCY (int)Context AttributeALC_REFRESH (int)Context AttributeALC_SYNC (int)Context AttributeAL_FREQUENCY (int)Buffer SettingAL_BITS (int)Buffer SettingAL_CHANNELS (int)Buffer SettingAL_SI...

http://www.o2fo.com/phpchinese/php8-predefined-constants。.html

2375.PHP8 cubrid_lob2_import

...敗時返回 false。示例 示例 #1 cubrid_lob2_export() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba", ""); cubrid_execute($conn,"DROP TABLE if exists test_lob"); cubrid_execute($conn,"CREATE TABLE test_lob (id INT, contents CLOB)"); $req = cubrid_prepare($conn, "...

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

2376.PHP 數(shù)據(jù)類型

雖然 PHP 是一門弱類型語言,在聲明和使用變量的時候,并不需要指明其數(shù)據(jù)類型,但是你也應(yīng)該了解它的數(shù)據(jù)類型! String(字符串), Integer(整型), Float(浮點型), Boolean(布爾型), Array(數(shù)組), Object(對象), NULL(空值...

http://www.o2fo.com/php/php-datatypes.html

2377.PHP8 賦值運算符

...說,“$a = 3”的值是 3。這樣就可以做一些小技巧:<?php $a = ($b = 4) + 5; // $a 現(xiàn)在成了 9,而 $b 成了 4。 ?> 在基本賦值運算符之外,還有適合于所有二元算術(shù),數(shù)組集合和字符串運算符的“組合運算符”,這樣可以在一個表達...

http://www.o2fo.com/phpchinese/php8-assignment-operator.html

2378.PHP8 rnp_op_verify_detached

(PECL rnp >= 0.1.1)rnp_op_verify_detached — 驗證分離的簽名說明rnp_op_verify_detached(RnpFFI $ffi, string $data, string $signature): array|false參數(shù) ffirnp_ffi_create返回的 FFI 對象。data源數(shù)據(jù)。signature分離的簽名數(shù)據(jù)。返回值 An associative array with informa...

http://www.o2fo.com/phpchinese/php8-rnp-opverifydetached.html

2379.PHP8 openssl_sign

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)openssl_sign — 生成簽名說明openssl_sign( string $data, string &$signature, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string|int $algorithm = OPENSSL_ALGO_SHA1 ): boolopenssl_sign() 計算 通過生成加密來指定 使用...

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

2380.PHP8 第一類callable 語法

PHP 8.1.0 開始引入第一類可調(diào)用語法,作為從可調(diào)用創(chuàng)建匿名函數(shù)的一種方法。它取代了使用字符串和數(shù)組的現(xiàn)有可調(diào)用語法。這種語法的優(yōu)點是可以進行靜態(tài)分析,并使用獲取可調(diào)用對象時的作用域。 CallableExpr(...) 語法用于...

http://www.o2fo.com/phpchinese/php8-first-type-call-syntax.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2371.PHP8 交互式 shell

如果 PHP 使用 --with-readline 選項編譯,則 CLI SAPI 使用 -a 選項時會提供交互式 shell。自 PHP 7.1.0 起,如果啟用了 readline 擴展 ,交互式 shell 也可以在 Windows 上使用。 使用交互式 shell,你可以輸入 PHP 代碼并直接執(zhí)行。 示例 #1 使用...

http://www.o2fo.com/phpchinese/php8-interactive-shell.html

2372.PHP8 openssl_seal

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)openssl_seal — 密封 (加密) 數(shù)據(jù)說明openssl_seal( string $data, string &$sealed_data, array &$encrypted_keys, array $public_key, string $cipher_algo, string &$iv = null ): int|falseopenssl_seal() 使用隨機生成的密鑰和給定的 cipher_algo 方...

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

2373.PHP8 wincache_scache_meminfo — 獲取有關(guān)會話緩存內(nèi)存使用情況的信息

...數(shù)。示例示例 #1 A wincache_scache_meminfo() example<pre> <?php print_r(wincache_scache_meminfo()); ?> </pre>以上示例會輸出:Array ( [memory_total] => 5242880 [memory_free] => 5215056 [num_used_blks] => 6 [num_free_blks] => 3 [memory_overhead] => 1...

http://www.o2fo.com/phpchinese/php8-wincache-scache-meminfo.html

2374.PHP8 預(yù)定義常量

下列常量由此擴展定義,且僅在此擴展編譯入 PHP 或在運行時動態(tài)載入時可用。ALC_FREQUENCY (int)Context AttributeALC_REFRESH (int)Context AttributeALC_SYNC (int)Context AttributeAL_FREQUENCY (int)Buffer SettingAL_BITS (int)Buffer SettingAL_CHANNELS (int)Buffer SettingAL_SI...

http://www.o2fo.com/phpchinese/php8-predefined-constants。.html

2375.PHP8 cubrid_lob2_import

...敗時返回 false。示例 示例 #1 cubrid_lob2_export() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba", ""); cubrid_execute($conn,"DROP TABLE if exists test_lob"); cubrid_execute($conn,"CREATE TABLE test_lob (id INT, contents CLOB)"); $req = cubrid_prepare($conn, "...

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

2376.PHP 數(shù)據(jù)類型

雖然 PHP 是一門弱類型語言,在聲明和使用變量的時候,并不需要指明其數(shù)據(jù)類型,但是你也應(yīng)該了解它的數(shù)據(jù)類型! String(字符串), Integer(整型), Float(浮點型), Boolean(布爾型), Array(數(shù)組), Object(對象), NULL(空值...

http://www.o2fo.com/php/php-datatypes.html

2377.PHP8 賦值運算符

...說,“$a = 3”的值是 3。這樣就可以做一些小技巧:<?php $a = ($b = 4) + 5; // $a 現(xiàn)在成了 9,而 $b 成了 4。 ?> 在基本賦值運算符之外,還有適合于所有二元算術(shù),數(shù)組集合和字符串運算符的“組合運算符”,這樣可以在一個表達...

http://www.o2fo.com/phpchinese/php8-assignment-operator.html

2378.PHP8 rnp_op_verify_detached

(PECL rnp >= 0.1.1)rnp_op_verify_detached — 驗證分離的簽名說明rnp_op_verify_detached(RnpFFI $ffi, string $data, string $signature): array|false參數(shù) ffirnp_ffi_create返回的 FFI 對象。data源數(shù)據(jù)。signature分離的簽名數(shù)據(jù)。返回值 An associative array with informa...

http://www.o2fo.com/phpchinese/php8-rnp-opverifydetached.html

2379.PHP8 openssl_sign

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)openssl_sign — 生成簽名說明openssl_sign( string $data, string &$signature, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, string|int $algorithm = OPENSSL_ALGO_SHA1 ): boolopenssl_sign() 計算 通過生成加密來指定 使用...

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

2380.PHP8 第一類callable 語法

PHP 8.1.0 開始引入第一類可調(diào)用語法,作為從可調(diào)用創(chuàng)建匿名函數(shù)的一種方法。它取代了使用字符串和數(shù)組的現(xiàn)有可調(diào)用語法。這種語法的優(yōu)點是可以進行靜態(tài)分析,并使用獲取可調(diào)用對象時的作用域。 CallableExpr(...) 語法用于...

http://www.o2fo.com/phpchinese/php8-first-type-call-syntax.html

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

w3cschool 建議您:

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

熱門課程