App下載

詞條

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

1151.PHP8 Firebird/InterBase簡(jiǎn)介

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

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

1152.PHP8 ibase_execute

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

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

1153.PHP8 ibase_field_info

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

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

1154.PHP8 ibase_name_result

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

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

1155.PHP8 ibase_num_fields

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

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

1156.PHP8 ibase_service_detach

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

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

1157.PHP8 MongoDB需求

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

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

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

...節(jié)返回值:如果 name 可調(diào)用則返回 TRUE,否則返回 FALSE。PHP 版本:PHP 4 >= 4.0.6, PHP 5, PHP 7更多實(shí)例 實(shí)例 <?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://www.o2fo.com/php/php-is_callable.html

1159.PHP表單單選按鈕

PHP教程 - PHP表單單選按鈕 單選按鈕用于從多個(gè)選項(xiàng)中進(jìn)行單選。組中的所有單選按鈕都具有相同的name屬性。 每個(gè)組只能選擇一個(gè)按鈕。與復(fù)選框一樣,使用value屬性來(lái)存儲(chǔ)發(fā)送到服務(wù)器的值(如果)按鈕。 value屬性對(duì)于復(fù)選框和...

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

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

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

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1151.PHP8 Firebird/InterBase簡(jiǎn)介

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

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

1152.PHP8 ibase_execute

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

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

1153.PHP8 ibase_field_info

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

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

1154.PHP8 ibase_name_result

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

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

1155.PHP8 ibase_num_fields

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

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

1156.PHP8 ibase_service_detach

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

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

1157.PHP8 MongoDB需求

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

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

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

...節(jié)返回值:如果 name 可調(diào)用則返回 TRUE,否則返回 FALSE。PHP 版本:PHP 4 >= 4.0.6, PHP 5, PHP 7更多實(shí)例 實(shí)例 <?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://www.o2fo.com/php/php-is_callable.html

1159.PHP表單單選按鈕

PHP教程 - PHP表單單選按鈕 單選按鈕用于從多個(gè)選項(xiàng)中進(jìn)行單選。組中的所有單選按鈕都具有相同的name屬性。 每個(gè)組只能選擇一個(gè)按鈕。與復(fù)選框一樣,使用value屬性來(lái)存儲(chǔ)發(fā)送到服務(wù)器的值(如果)按鈕。 value屬性對(duì)于復(fù)選框和...

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

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

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

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

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

w3cschool 建議您:

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

熱門(mén)課程