App下載

詞條

大約有 4,000 項符合查詢結果 ,庫內數(shù)據(jù)總量為 78,409 項。(搜索耗時:0.0044秒)

1151.PHP8 Firebird/InterBase簡介

...而,此擴展的源代碼還可在 PECL GIT 找到: https://github.com/php/pecl-database-interbase.Firebird 是一個關系數(shù)據(jù)庫,提供許多 ISO SQL-2003 功能 在 Linux、Windows 和各種 Unix 平臺上運行?;瘌B 提供出色的并發(fā)性、高性能和強大的語言 支持存儲...

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

1152.PHP8 ibase_execute

PHP 5、PHP 7 < 7.4.0)ibase_execute — 執(zhí)行先前準備好的查詢說明ibase_execute(resource $query, mixed ...$values): resource執(zhí)行由 ibase_prepare() 準備的查詢。這比使用 ibase_query() 要有效得多,如果您多次重復相同類型的查詢,只需 一些參...

http://m.o2fo.com/phpchinese/php8-ibaseexecute.html

1153.PHP8 ibase_field_info

PHP 5、PHP 7 < 7.4.0)ibase_field_info — 獲取有關字段的信息說明ibase_field_info(resource $result, int $field_number): array在選擇后返回一個數(shù)組,其中包含有關字段的信息 查詢已運行。參數(shù) resultInterBase 結果標識符。field_number字段偏移。返...

http://m.o2fo.com/phpchinese/php8-ibasefieldinfo.html

1154.PHP8 ibase_name_result

PHP 5、PHP 7 < 7.4.0)ibase_name_result — 為結果集指定名稱說明ibase_name_result(resource $result, string $name): bool此函數(shù)為結果集分配名稱。此名稱稍后可以在 更新|刪除。。。WHERE CURRENT的語句。name參數(shù) resultInterBase 結果集。name要分配的...

http://m.o2fo.com/phpchinese/php8-ibasesameresult.html

1155.PHP8 ibase_num_fields

PHP 5、PHP 7 < 7.4.0)ibase_num_fields — 獲取結果集中的字段數(shù)說明ibase_num_fields(resource $result_id): int獲取結果集中的字段數(shù)。參數(shù) result_idInterBase 結果標識符。返回值 以整數(shù)形式返回字段數(shù)。示例 示例 #1 ibase_num_fields() example<...

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

1156.PHP8 ibase_service_detach

PHP 5、PHP 7 < 7.4.0)ibase_service_detach — 斷開與服務管理器的連接說明ibase_service_detach(resource $service_handle): bool參數(shù) service_handle先前創(chuàng)建的與數(shù)據(jù)庫服務器的連接。返回值 成功時返回 true, 或者在失敗時返回 false。示例 示例 #1 i...

http://m.o2fo.com/phpchinese/php8-ibaseservicedetach.html

1157.PHP8 MongoDB需求

從版本 1.16.0 開始,驅動程序需要 PHP 7.2 或更高版本。以前 驅動程序的版本允許與較舊的 PHP 版本兼容。驅動程序需要 libbson 和 libmongoc,并將使用 默認情況下,這兩個庫的捆綁版本。系統(tǒng)庫也可以是 已使用,如手動安裝文檔...

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

1158.PHP is_callable() 函數(shù)

...節(jié)返回值:如果 name 可調用則返回 TRUE,否則返回 FALSE。PHP 版本:PHP 4 >= 4.0.6, PHP 5, PHP 7更多實例 實例 <?php// How to check a variable to see if it can be called// as a function.//// Simple variable containing a function//function someFunction() {}$function...

http://m.o2fo.com/php/php-is_callable.html

1159.PHP表單單選按鈕

PHP教程 - PHP表單單選按鈕 單選按鈕用于從多個選項中進行單選。組中的所有單選按鈕都具有相同的name屬性。 每個組只能選擇一個按鈕。與復選框一樣,使用value屬性來存儲發(fā)送到服務器的值(如果)按鈕。 value屬性對于復選框和...

http://m.o2fo.com/php/php-form-radiobutton.html

1160.PHP xml_get_current_byte_index() 函數(shù)

PHP xml_get_current_byte_index() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_get_current_byte_index() 函數(shù)獲取 XML 解析器的當前字節(jié)索引。 如果成功,該函數(shù)則返回當前字節(jié)索引。如果失敗,則返回 FALSE。 語法 xml_get_current_byte_index(parser)...

http://m.o2fo.com/php/func-xml-get-current-byte-index.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1151.PHP8 Firebird/InterBase簡介

...而,此擴展的源代碼還可在 PECL GIT 找到: https://github.com/php/pecl-database-interbase.Firebird 是一個關系數(shù)據(jù)庫,提供許多 ISO SQL-2003 功能 在 Linux、Windows 和各種 Unix 平臺上運行。火鳥 提供出色的并發(fā)性、高性能和強大的語言 支持存儲...

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

1152.PHP8 ibase_execute

PHP 5、PHP 7 < 7.4.0)ibase_execute — 執(zhí)行先前準備好的查詢說明ibase_execute(resource $query, mixed ...$values): resource執(zhí)行由 ibase_prepare() 準備的查詢。這比使用 ibase_query() 要有效得多,如果您多次重復相同類型的查詢,只需 一些參...

http://m.o2fo.com/phpchinese/php8-ibaseexecute.html

1153.PHP8 ibase_field_info

PHP 5、PHP 7 < 7.4.0)ibase_field_info — 獲取有關字段的信息說明ibase_field_info(resource $result, int $field_number): array在選擇后返回一個數(shù)組,其中包含有關字段的信息 查詢已運行。參數(shù) resultInterBase 結果標識符。field_number字段偏移。返...

http://m.o2fo.com/phpchinese/php8-ibasefieldinfo.html

1154.PHP8 ibase_name_result

PHP 5、PHP 7 < 7.4.0)ibase_name_result — 為結果集指定名稱說明ibase_name_result(resource $result, string $name): bool此函數(shù)為結果集分配名稱。此名稱稍后可以在 更新|刪除。。。WHERE CURRENT的語句。name參數(shù) resultInterBase 結果集。name要分配的...

http://m.o2fo.com/phpchinese/php8-ibasesameresult.html

1155.PHP8 ibase_num_fields

PHP 5、PHP 7 < 7.4.0)ibase_num_fields — 獲取結果集中的字段數(shù)說明ibase_num_fields(resource $result_id): int獲取結果集中的字段數(shù)。參數(shù) result_idInterBase 結果標識符。返回值 以整數(shù)形式返回字段數(shù)。示例 示例 #1 ibase_num_fields() example<...

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

1156.PHP8 ibase_service_detach

PHP 5、PHP 7 < 7.4.0)ibase_service_detach — 斷開與服務管理器的連接說明ibase_service_detach(resource $service_handle): bool參數(shù) service_handle先前創(chuàng)建的與數(shù)據(jù)庫服務器的連接。返回值 成功時返回 true, 或者在失敗時返回 false。示例 示例 #1 i...

http://m.o2fo.com/phpchinese/php8-ibaseservicedetach.html

1157.PHP8 MongoDB需求

從版本 1.16.0 開始,驅動程序需要 PHP 7.2 或更高版本。以前 驅動程序的版本允許與較舊的 PHP 版本兼容。驅動程序需要 libbson 和 libmongoc,并將使用 默認情況下,這兩個庫的捆綁版本。系統(tǒng)庫也可以是 已使用,如手動安裝文檔...

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

1158.PHP is_callable() 函數(shù)

...節(jié)返回值:如果 name 可調用則返回 TRUE,否則返回 FALSE。PHP 版本:PHP 4 >= 4.0.6, PHP 5, PHP 7更多實例 實例 <?php// How to check a variable to see if it can be called// as a function.//// Simple variable containing a function//function someFunction() {}$function...

http://m.o2fo.com/php/php-is_callable.html

1159.PHP表單單選按鈕

PHP教程 - PHP表單單選按鈕 單選按鈕用于從多個選項中進行單選。組中的所有單選按鈕都具有相同的name屬性。 每個組只能選擇一個按鈕。與復選框一樣,使用value屬性來存儲發(fā)送到服務器的值(如果)按鈕。 value屬性對于復選框和...

http://m.o2fo.com/php/php-form-radiobutton.html

1160.PHP xml_get_current_byte_index() 函數(shù)

PHP xml_get_current_byte_index() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_get_current_byte_index() 函數(shù)獲取 XML 解析器的當前字節(jié)索引。 如果成功,該函數(shù)則返回當前字節(jié)索引。如果失敗,則返回 FALSE。 語法 xml_get_current_byte_index(parser)...

http://m.o2fo.com/php/func-xml-get-current-byte-index.html

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

w3cschool 建議您:

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

熱門課程