App下載

詞條

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

2481.PHP8 MongoDB連接處理和持久性

...用 MongoDB\Driver\Manager 實例 子進程。連接和拓撲持久性(PHP 版本從 1.2.0 開始)自 1.2.0 以來的所有驅(qū)動程序版本都保留了 libmongoc 客戶端對象 PHP 工作進程,允許它重用數(shù)據(jù)庫連接, 身份驗證狀態(tài)和拓撲信息 多個請求。當 MongoDB\D...

http://www.o2fo.com/phpchinese/php8-mongodb-connection-handling-and-persistence.html

2482.PHP編碼規(guī)范嫁漢嫁漢895

PHP編碼規(guī)范(中文版)導讀88989匯聚交換88本文檔是PHP互操作性框架制定小組(PHP-FIG :PHP Framework Interoperability Group)制定的PHP編碼規(guī)范(PSR:Proposing a Standards Recommendation)中譯版。翻譯過程中參照了 莫希爾(Mosil)手札 的繁體中文版...

http://www.o2fo.com/edyhug/3miclozt.html

2483.PHP xml_parse_into_struct() 函數(shù)

PHP xml_parse_into_struct() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_parse_into_struct() 函數(shù)把 XML 數(shù)據(jù)解析到數(shù)組中。 該函數(shù)把 XML 數(shù)據(jù)解析到 2 個數(shù)組中: Value 數(shù)組 - 包含來自被解析的 XML 的數(shù)據(jù) Index 數(shù)組 - 包含指向 Value 數(shù)組中...

http://www.o2fo.com/php/func-xml-parse-into-struct.html

2484.PHP8 db2_primary_keys

(PECL ibm_db2 >= 1.0.0)db2_primary_keys — 返回列出表主鍵的結果集說明db2_primary_keys( resource $connection, ?string $qualifier, ?string $schema, string $table_name ): resource返回一個結果集,其中列出了表的主鍵。參數(shù) connection與 IBM DB2、Cloudscape 或 Apa...

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

2485.PHP8 cubrid_put

...在失敗時返回 false。示例 示例 #1 cubrid_put() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba"); @cubrid_execute($conn, "DROP TABLE foo"); cubrid_execute($conn, "CREATE TABLE foo(a int AUTO_INCREMENT, b set(int), c list(int), d char(10))"); cubrid_execute($co...

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

2486.PHP8 sodium_crypto_stream_xchacha20_xor_ic

PHP 8 >= 8.2.0)sodium_crypto_stream_xchacha20_xor_ic — 使用隨機數(shù)和密鑰加密消息(無身份驗證)說明sodium_crypto_stream_xchacha20_xor_ic( string $message, string $nonce, int $counter, string $key ): string該函數(shù)類似于 sodium_crypto_stream_xchacha20_xor(),但...

http://www.o2fo.com/phpchinese/php8-sodiumcryptostream-xchacha-20xor-ic.html

2487.PHP8 db2_procedures

(PECL ibm_db2 >= 1.0.0)db2_procedures — 返回一個結果集,其中列出了在數(shù)據(jù)庫中注冊的存儲過程說明db2_procedures( resource $connection, ?string $qualifier, string $schema, string $procedure ): resource返回一個結果集,其中列出了在 數(shù)據(jù)庫。參數(shù) conne...

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

2488.PHP8 cubrid_pconnect

...在失敗時返回 false.示例 示例 #1 cubrid_connect() example<?php printf("%-30s %s\n", "CUBRID PHP Version:", cubrid_version()); printf("\n"); $conn = cubrid_pconnect("localhost", 33000, "demodb", "dba"); if (!$conn) { die('Connect Error ('. cubrid_error_code() .')' . cubrid_error_msg()...

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

2489.PHP8 協(xié)變與逆變

PHP 7.2.0 里,通過對子類方法里參數(shù)的類型放寬限制,實現(xiàn)對逆變的部分支持。 自 PHP 7.4.0 起開始支持完整的協(xié)變和逆變。協(xié)變使子類比父類方法能返回更具體的類型; 逆變使子類比父類方法參數(shù)類型能接受更模糊的類型。在...

http://www.o2fo.com/phpchinese/php8-covariance-and-inversion.html

2490.PHP8 預加載

PHP 7.4.0 起,PHP 可以被配置為在引擎啟動時將一些腳本預加載進 opcache 中。在那些文件中的任何函數(shù)、類、 接口或者 trait (但不包括常量)將在接下來的所有請求中變?yōu)槿挚捎?,不再需要顯示地包含它們。這犧牲了基準的 ...

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

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

2481.PHP8 MongoDB連接處理和持久性

...用 MongoDB\Driver\Manager 實例 子進程。連接和拓撲持久性(PHP 版本從 1.2.0 開始)自 1.2.0 以來的所有驅(qū)動程序版本都保留了 libmongoc 客戶端對象 PHP 工作進程,允許它重用數(shù)據(jù)庫連接, 身份驗證狀態(tài)和拓撲信息 多個請求。當 MongoDB\D...

http://www.o2fo.com/phpchinese/php8-mongodb-connection-handling-and-persistence.html

2482.PHP編碼規(guī)范嫁漢嫁漢895

PHP編碼規(guī)范(中文版)導讀88989匯聚交換88本文檔是PHP互操作性框架制定小組(PHP-FIG :PHP Framework Interoperability Group)制定的PHP編碼規(guī)范(PSR:Proposing a Standards Recommendation)中譯版。翻譯過程中參照了 莫希爾(Mosil)手札 的繁體中文版...

http://www.o2fo.com/edyhug/3miclozt.html

2483.PHP xml_parse_into_struct() 函數(shù)

PHP xml_parse_into_struct() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_parse_into_struct() 函數(shù)把 XML 數(shù)據(jù)解析到數(shù)組中。 該函數(shù)把 XML 數(shù)據(jù)解析到 2 個數(shù)組中: Value 數(shù)組 - 包含來自被解析的 XML 的數(shù)據(jù) Index 數(shù)組 - 包含指向 Value 數(shù)組中...

http://www.o2fo.com/php/func-xml-parse-into-struct.html

2484.PHP8 db2_primary_keys

(PECL ibm_db2 >= 1.0.0)db2_primary_keys — 返回列出表主鍵的結果集說明db2_primary_keys( resource $connection, ?string $qualifier, ?string $schema, string $table_name ): resource返回一個結果集,其中列出了表的主鍵。參數(shù) connection與 IBM DB2、Cloudscape 或 Apa...

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

2485.PHP8 cubrid_put

...在失敗時返回 false。示例 示例 #1 cubrid_put() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba"); @cubrid_execute($conn, "DROP TABLE foo"); cubrid_execute($conn, "CREATE TABLE foo(a int AUTO_INCREMENT, b set(int), c list(int), d char(10))"); cubrid_execute($co...

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

2486.PHP8 sodium_crypto_stream_xchacha20_xor_ic

PHP 8 >= 8.2.0)sodium_crypto_stream_xchacha20_xor_ic — 使用隨機數(shù)和密鑰加密消息(無身份驗證)說明sodium_crypto_stream_xchacha20_xor_ic( string $message, string $nonce, int $counter, string $key ): string該函數(shù)類似于 sodium_crypto_stream_xchacha20_xor(),但...

http://www.o2fo.com/phpchinese/php8-sodiumcryptostream-xchacha-20xor-ic.html

2487.PHP8 db2_procedures

(PECL ibm_db2 >= 1.0.0)db2_procedures — 返回一個結果集,其中列出了在數(shù)據(jù)庫中注冊的存儲過程說明db2_procedures( resource $connection, ?string $qualifier, string $schema, string $procedure ): resource返回一個結果集,其中列出了在 數(shù)據(jù)庫。參數(shù) conne...

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

2488.PHP8 cubrid_pconnect

...在失敗時返回 false.示例 示例 #1 cubrid_connect() example<?php printf("%-30s %s\n", "CUBRID PHP Version:", cubrid_version()); printf("\n"); $conn = cubrid_pconnect("localhost", 33000, "demodb", "dba"); if (!$conn) { die('Connect Error ('. cubrid_error_code() .')' . cubrid_error_msg()...

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

2489.PHP8 協(xié)變與逆變

PHP 7.2.0 里,通過對子類方法里參數(shù)的類型放寬限制,實現(xiàn)對逆變的部分支持。 自 PHP 7.4.0 起開始支持完整的協(xié)變和逆變。協(xié)變使子類比父類方法能返回更具體的類型; 逆變使子類比父類方法參數(shù)類型能接受更模糊的類型。在...

http://www.o2fo.com/phpchinese/php8-covariance-and-inversion.html

2490.PHP8 預加載

PHP 7.4.0 起,PHP 可以被配置為在引擎啟動時將一些腳本預加載進 opcache 中。在那些文件中的任何函數(shù)、類、 接口或者 trait (但不包括常量)將在接下來的所有請求中變?yōu)槿挚捎?,不再需要顯示地包含它們。這犧牲了基準的 ...

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

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程