App下載

詞條

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

2631.PHP8 switch

(PHP 4, PHP 5, PHP 7, PHP 8)switch 語句類似于具有同一個表達式的一系列 if 語句。很多場合下需要把同一個變量(或表達式)與很多不同的值比較,并根據(jù)它等于哪個值來執(zhí)行不同的代碼。這正是 switch 語句的用途。注意: 注意和其它...

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

2632.PHP表單多值字段

PHP教程 - PHP表單多值字段 表單字段可以發(fā)送多個值,而不是單個值。 實施例1 例如,以下表單字段能夠向服務(wù)器發(fā)送多個值: <label for="mySelection">What are your favorite widgets?</label> <select name="mySelection" id="mySelection" size="3"...

http://www.o2fo.com/php/php-form-multi-value-field.html

2633.PHP8 PDO::prepare

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PHP 8,PECL pdo >= 0.1.0)PDO::prepare — 預(yù)處理要執(zhí)行的語句,并返回語句對象說明public PDO::prepare(string $query, array $options = []): PDOStatement|false為 PDOStatement::execute() 方法預(yù)處理待執(zhí)行的 SQL 語句。 語句模板可以...

http://www.o2fo.com/phpchinese/php8-pdo-prepare.html

2634.PHP8 擴展(extend)異常處理類

用戶可以用自定義的異常處理類來擴展 PHP 內(nèi)置的異常處理類。以下的代碼說明了在內(nèi)置的異常處理類中,哪些屬性和方法在子類中是可訪問和可繼承的。示例 #1 內(nèi)置的異常處理類<?php class Exception implements Throwable { protected $mess...

http://www.o2fo.com/phpchinese/php8-extension-exception-handling-class.html

2635.PHP date() 函數(shù)

...te() 函數(shù)的語法與參數(shù),幫助你熟悉 date() 函數(shù)的使用! PHP Date/Time 參考手冊 實例 格式化本地日期和時間,并返回格式化的日期字符串: <?php // Prints the dayecho date("l") . "<br>";// Prints the day, date, month, year, time, AM or PMecho dat...

http://www.o2fo.com/php/func-date-date.html

2636.PHP8 持久數(shù)據(jù)庫連接

...本結(jié)束運行時不關(guān)閉的連接。當收到持久連接的請求時,PHP 將檢查是否已經(jīng)存在相同的持久連接(前面已經(jīng)開啟的)——如果存在,將直接使用這個連接。如果不存在,則建立新的連接。所謂“相同”的連接是指用相同的用戶...

http://www.o2fo.com/phpchinese/php8-persistent-database-connection.html

2637.PHP8 MongoDB\Driver\Manager::createClientEncryption

(mongoDB >=1.7.0)MongoDB\Driver\Manager::createClientEncryption — 創(chuàng)建新的 ClientEncryption 對象說明final public MongoDB\Driver\Manager::createClientEncryption(array $options): MongoDB\Driver\ClientEncryption使用指定的選項構(gòu)造新的 MongoDB\Driver\ClientEncryption 對...

http://www.o2fo.com/phpchinese/php8-mongodb---driver---manager-createclientencryption.html

2638.PHP8 cubrid_execute

...CUBRID_EXEC_QUERY_ALL。示例 示例 #1 cubrid_execute() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $result = cubrid_execute($conn, "SELECT code FROM event WHERE name='100m Butterfly' and gender='M'", CUBRID_ASYNC); $row = cubrid_fetch_array($result, CUBRID_ASSOC); $e...

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

2639.PHP8 應(yīng)用程序性能監(jiān)控

...的平均時間。訂戶類基架我們從訂閱者的框架開始:<?php class QueryTimeCollector implements \MongoDB\Driver\Monitoring\CommandSubscriber { public function commandStarted( \MongoDB\Driver\Monitoring\CommandStartedEvent $event ): void { } public function commandSucceeded( \MongoD...

http://www.o2fo.com/phpchinese/php8-application-performance-monitoring.html

2640.PHP8 db2_columns

(PECL ibm_db2 >= 1.0.0)db2_columns — 返回一個結(jié)果集,其中列出了表的列和關(guān)聯(lián)的元數(shù)據(jù)說明db2_columns( resource $connection, ?string $qualifier = null, ?string $schema = null, ?string $table_name = null, ?string $column_name = null ): resource返回一個結(jié)果集,...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2631.PHP8 switch

(PHP 4, PHP 5, PHP 7, PHP 8)switch 語句類似于具有同一個表達式的一系列 if 語句。很多場合下需要把同一個變量(或表達式)與很多不同的值比較,并根據(jù)它等于哪個值來執(zhí)行不同的代碼。這正是 switch 語句的用途。注意: 注意和其它...

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

2632.PHP表單多值字段

PHP教程 - PHP表單多值字段 表單字段可以發(fā)送多個值,而不是單個值。 實施例1 例如,以下表單字段能夠向服務(wù)器發(fā)送多個值: <label for="mySelection">What are your favorite widgets?</label> <select name="mySelection" id="mySelection" size="3"...

http://www.o2fo.com/php/php-form-multi-value-field.html

2633.PHP8 PDO::prepare

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PHP 8,PECL pdo >= 0.1.0)PDO::prepare — 預(yù)處理要執(zhí)行的語句,并返回語句對象說明public PDO::prepare(string $query, array $options = []): PDOStatement|false為 PDOStatement::execute() 方法預(yù)處理待執(zhí)行的 SQL 語句。 語句模板可以...

http://www.o2fo.com/phpchinese/php8-pdo-prepare.html

2634.PHP8 擴展(extend)異常處理類

用戶可以用自定義的異常處理類來擴展 PHP 內(nèi)置的異常處理類。以下的代碼說明了在內(nèi)置的異常處理類中,哪些屬性和方法在子類中是可訪問和可繼承的。示例 #1 內(nèi)置的異常處理類<?php class Exception implements Throwable { protected $mess...

http://www.o2fo.com/phpchinese/php8-extension-exception-handling-class.html

2635.PHP date() 函數(shù)

...te() 函數(shù)的語法與參數(shù),幫助你熟悉 date() 函數(shù)的使用! PHP Date/Time 參考手冊 實例 格式化本地日期和時間,并返回格式化的日期字符串: <?php // Prints the dayecho date("l") . "<br>";// Prints the day, date, month, year, time, AM or PMecho dat...

http://www.o2fo.com/php/func-date-date.html

2636.PHP8 持久數(shù)據(jù)庫連接

...本結(jié)束運行時不關(guān)閉的連接。當收到持久連接的請求時,PHP 將檢查是否已經(jīng)存在相同的持久連接(前面已經(jīng)開啟的)——如果存在,將直接使用這個連接。如果不存在,則建立新的連接。所謂“相同”的連接是指用相同的用戶...

http://www.o2fo.com/phpchinese/php8-persistent-database-connection.html

2637.PHP8 MongoDB\Driver\Manager::createClientEncryption

(mongoDB >=1.7.0)MongoDB\Driver\Manager::createClientEncryption — 創(chuàng)建新的 ClientEncryption 對象說明final public MongoDB\Driver\Manager::createClientEncryption(array $options): MongoDB\Driver\ClientEncryption使用指定的選項構(gòu)造新的 MongoDB\Driver\ClientEncryption 對...

http://www.o2fo.com/phpchinese/php8-mongodb---driver---manager-createclientencryption.html

2638.PHP8 cubrid_execute

...CUBRID_EXEC_QUERY_ALL。示例 示例 #1 cubrid_execute() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); $result = cubrid_execute($conn, "SELECT code FROM event WHERE name='100m Butterfly' and gender='M'", CUBRID_ASYNC); $row = cubrid_fetch_array($result, CUBRID_ASSOC); $e...

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

2639.PHP8 應(yīng)用程序性能監(jiān)控

...的平均時間。訂戶類基架我們從訂閱者的框架開始:<?php class QueryTimeCollector implements \MongoDB\Driver\Monitoring\CommandSubscriber { public function commandStarted( \MongoDB\Driver\Monitoring\CommandStartedEvent $event ): void { } public function commandSucceeded( \MongoD...

http://www.o2fo.com/phpchinese/php8-application-performance-monitoring.html

2640.PHP8 db2_columns

(PECL ibm_db2 >= 1.0.0)db2_columns — 返回一個結(jié)果集,其中列出了表的列和關(guān)聯(lián)的元數(shù)據(jù)說明db2_columns( resource $connection, ?string $qualifier = null, ?string $schema = null, ?string $table_name = null, ?string $column_name = null ): resource返回一個結(jié)果集,...

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

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

w3cschool 建議您:

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

熱門課程