App下載

詞條

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

961.PHP8 odbc_fetch_array

PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)odbc_fetch_array — 獲取結(jié)果行作為關(guān)聯(lián)數(shù)組說(shuō)明odbc_fetch_array(resource $statement, int $row = -1): array|false從 ODBC 查詢中提取關(guān)聯(lián)數(shù)組。參數(shù) statement來(lái)自 odbc_exec() 的結(jié)果資源。row(可選)選擇要檢...

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

962.PHP8 odbc_fetch_object

PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)odbc_fetch_object — 將結(jié)果行作為對(duì)象獲取說(shuō)明odbc_fetch_object(resource $statement, int $row = -1): stdClass|false從 ODBC 查詢中提取對(duì)象。參數(shù) statement來(lái)自 odbc_exec() 的結(jié)果資源。row(可選)選擇要檢索的...

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

963.PHP8 odbc_fetch_row

PHP 4、PHP 5、PHP 7、PHP 8)odbc_fetch_row — 獲取一行說(shuō)明odbc_fetch_row(resource $statement, ?int $row = null): bool提取 odbc_do() 或 odbc_exec() 返回的一行數(shù)據(jù)。調(diào)用 odbc_fetch_row() 后,可以使用 odbc_result() 訪問(wèn)該行的字段。參數(shù) statemen...

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

964.PHP8 odbc_field_len

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_len — 獲取字段的長(zhǎng)度(精度)說(shuō)明odbc_field_len(resource $statement, int $field): int|false獲取給定結(jié)果中由數(shù)字引用的字段的長(zhǎng)度 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

965.PHP8 odbc_field_name

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_name — 獲取列名說(shuō)明odbc_field_name(resource $statement, int $field): string|false獲取在給定的列號(hào)中占據(jù)給定列號(hào)的字段的名稱 結(jié)果標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

966.PHP8 odbc_field_num

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_num — 返回列號(hào)說(shuō)明odbc_field_num(resource $statement, string $field): int|false獲取與 中的命名字段對(duì)應(yīng)的列槽的編號(hào) 給定的結(jié)果標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段名稱。返回值 以整數(shù)形式返回...

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

967.PHP8 odbc_field_precision

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_precision — 別名 odbc_field_len()說(shuō)明 此函數(shù)是該函數(shù)的別名: odbc_field_len().參見(jiàn) odbc_field_scale() - 獲取字段的比例以獲得 浮點(diǎn)數(shù)。

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

968.PHP8 odbc_field_scale

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_scale — 獲取字段的比例說(shuō)明odbc_field_scale(resource $statement, int $field): int|false獲取給定結(jié)果中由數(shù)字引用的字段的比例 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。返回值...

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

969.PHP8 odbc_field_type

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_type — 字段的數(shù)據(jù)類型說(shuō)明odbc_field_type(resource $statement, int $field): string|false獲取給定結(jié)果中由 number 引用的字段的 SQL 類型 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

970.PHP8 odbc_free_result

PHP 4、PHP 5、PHP 7、PHP 8)odbc_free_result — 與結(jié)果關(guān)聯(lián)的免費(fèi)資源說(shuō)明odbc_free_result(resource $statement): bool與結(jié)果關(guān)聯(lián)的可用資源。odbc_free_result() 只有在以下情況下才需要調(diào)用 擔(dān)心在腳本運(yùn)行時(shí)使用過(guò)多內(nèi)存。 腳本完成后,所...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

961.PHP8 odbc_fetch_array

PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)odbc_fetch_array — 獲取結(jié)果行作為關(guān)聯(lián)數(shù)組說(shuō)明odbc_fetch_array(resource $statement, int $row = -1): array|false從 ODBC 查詢中提取關(guān)聯(lián)數(shù)組。參數(shù) statement來(lái)自 odbc_exec() 的結(jié)果資源。row(可選)選擇要檢...

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

962.PHP8 odbc_fetch_object

PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)odbc_fetch_object — 將結(jié)果行作為對(duì)象獲取說(shuō)明odbc_fetch_object(resource $statement, int $row = -1): stdClass|false從 ODBC 查詢中提取對(duì)象。參數(shù) statement來(lái)自 odbc_exec() 的結(jié)果資源。row(可選)選擇要檢索的...

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

963.PHP8 odbc_fetch_row

PHP 4、PHP 5、PHP 7、PHP 8)odbc_fetch_row — 獲取一行說(shuō)明odbc_fetch_row(resource $statement, ?int $row = null): bool提取 odbc_do() 或 odbc_exec() 返回的一行數(shù)據(jù)。調(diào)用 odbc_fetch_row() 后,可以使用 odbc_result() 訪問(wèn)該行的字段。參數(shù) statemen...

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

964.PHP8 odbc_field_len

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_len — 獲取字段的長(zhǎng)度(精度)說(shuō)明odbc_field_len(resource $statement, int $field): int|false獲取給定結(jié)果中由數(shù)字引用的字段的長(zhǎng)度 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

965.PHP8 odbc_field_name

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_name — 獲取列名說(shuō)明odbc_field_name(resource $statement, int $field): string|false獲取在給定的列號(hào)中占據(jù)給定列號(hào)的字段的名稱 結(jié)果標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

966.PHP8 odbc_field_num

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_num — 返回列號(hào)說(shuō)明odbc_field_num(resource $statement, string $field): int|false獲取與 中的命名字段對(duì)應(yīng)的列槽的編號(hào) 給定的結(jié)果標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段名稱。返回值 以整數(shù)形式返回...

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

967.PHP8 odbc_field_precision

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_precision — 別名 odbc_field_len()說(shuō)明 此函數(shù)是該函數(shù)的別名: odbc_field_len().參見(jiàn) odbc_field_scale() - 獲取字段的比例以獲得 浮點(diǎn)數(shù)。

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

968.PHP8 odbc_field_scale

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_scale — 獲取字段的比例說(shuō)明odbc_field_scale(resource $statement, int $field): int|false獲取給定結(jié)果中由數(shù)字引用的字段的比例 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。返回值...

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

969.PHP8 odbc_field_type

PHP 4、PHP 5、PHP 7、PHP 8)odbc_field_type — 字段的數(shù)據(jù)類型說(shuō)明odbc_field_type(resource $statement, int $field): string|false獲取給定結(jié)果中由 number 引用的字段的 SQL 類型 標(biāo)識(shí)符。參數(shù) statement結(jié)果標(biāo)識(shí)符。field字段編號(hào)。字段編號(hào)從 1 開(kāi)始。...

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

970.PHP8 odbc_free_result

PHP 4、PHP 5、PHP 7、PHP 8)odbc_free_result — 與結(jié)果關(guān)聯(lián)的免費(fèi)資源說(shuō)明odbc_free_result(resource $statement): bool與結(jié)果關(guān)聯(lián)的可用資源。odbc_free_result() 只有在以下情況下才需要調(diào)用 擔(dān)心在腳本運(yùn)行時(shí)使用過(guò)多內(nèi)存。 腳本完成后,所...

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

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

w3cschool 建議您:

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

熱門課程