App下載

詞條

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

951.PHP8 dba_replace

PHP 4、PHP 5、PHP 7、PHP 8)dba_replace — 替換或插入條目說(shuō)明dba_replace(string|array $key, string $value, resource $dba): booldba_replace() 替換或插入所描述的條目 with 和 into 由 指定的數(shù)據(jù)庫(kù)。keyvaluedba參數(shù) key要替換的條目的密鑰。value要替換...

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

952.PHP8 dba_sync

PHP 4、PHP 5、PHP 7、PHP 8)dba_sync — 同步數(shù)據(jù)庫(kù)說(shuō)明dba_sync(resource $dba): booldba_sync() 同步數(shù)據(jù)庫(kù)。這可能會(huì) 觸發(fā)對(duì)磁盤(pán)的物理寫(xiě)入(如果支持)。參數(shù) dba數(shù)據(jù)庫(kù)處理程序,由 dba_open() 或 dba_popen() 返回。返回值 成功時(shí)返...

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

953.PHP8 odbc_close_all

PHP 4、PHP 5、PHP 7、PHP 8)odbc_close_all — 關(guān)閉所有ODBC連接說(shuō)明odbc_close_all(): voidodbc_close_all() 將關(guān)閉所有 與數(shù)據(jù)庫(kù)服務(wù)器的連接。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 沒(méi)有返回值。注釋 注意:如果連接上有未解決的事務(wù),此函數(shù)將...

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

954.PHP8 odbc_close

PHP 4、PHP 5、PHP 7、PHP 8)odbc_close — 關(guān)閉 ODBC 連接說(shuō)明odbc_close(resource $odbc): void關(guān)閉與數(shù)據(jù)庫(kù)服務(wù)器的連接。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回值 沒(méi)有返回值。注釋 注意:如果此函數(shù)上有未結(jié)交易,則此函數(shù)將...

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

955.PHP8 odbc_commit

PHP 4、PHP 5、PHP 7、PHP 8)odbc_commit — 提交 ODBC 事務(wù)說(shuō)明odbc_commit(resource $odbc): bool提交連接上的所有掛起事務(wù)。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

http://www.o2fo.com/phpchinese/php8-odbc-commit.html

956.PHP8 odbc_cursor

PHP 4、PHP 5、PHP 7、PHP 8)odbc_cursor — 獲取游標(biāo)名說(shuō)明odbc_cursor(resource $statement): string|false獲取給定result_id的游標(biāo)名稱。參數(shù) statement結(jié)果標(biāo)識(shí)符。返回值 以字符串形式返回游標(biāo)名稱, 或者在失敗時(shí)返回 false.

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

957.PHP8 odbc_do

(PHP 4, PHP 5, PHP 7, PHP 8)odbc_do — 別名 odbc_exec()說(shuō)明此函數(shù)是該函數(shù)的別名: odbc_exec().

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

958.PHP8 odbc_error

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)odbc_error — 獲取最后一個(gè)錯(cuò)誤代碼說(shuō)明odbc_error(?resource $odbc = null): string返回一個(gè)六位數(shù)的 ODBC 狀態(tài),如果沒(méi)有,則返回一個(gè)空字符串 錯(cuò)誤。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回...

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

959.PHP8 odbc_errormsg

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)odbc_errormsg — 獲取最后一條錯(cuò)誤消息說(shuō)明odbc_errormsg(?resource $odbc = null): string返回包含最后一條 ODBC 錯(cuò)誤消息的字符串,或一個(gè)空的字符串 字符串(如果沒(méi)有錯(cuò)誤)。參數(shù) odbcODBC 連接標(biāo)識(shí)符...

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

960.PHP8 odbc_exec

PHP 4、PHP 5、PHP 7、PHP 8)odbc_exec — 直接執(zhí)行 SQL 語(yǔ)句說(shuō)明odbc_exec(resource $odbc, string $query): resource|false向數(shù)據(jù)庫(kù)服務(wù)器發(fā)送 SQL 語(yǔ)句。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。querySQL 語(yǔ)句。返回值 如果執(zhí)行了 SQL 命令,則返回 ...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

951.PHP8 dba_replace

PHP 4、PHP 5、PHP 7、PHP 8)dba_replace — 替換或插入條目說(shuō)明dba_replace(string|array $key, string $value, resource $dba): booldba_replace() 替換或插入所描述的條目 with 和 into 由 指定的數(shù)據(jù)庫(kù)。keyvaluedba參數(shù) key要替換的條目的密鑰。value要替換...

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

952.PHP8 dba_sync

PHP 4、PHP 5、PHP 7、PHP 8)dba_sync — 同步數(shù)據(jù)庫(kù)說(shuō)明dba_sync(resource $dba): booldba_sync() 同步數(shù)據(jù)庫(kù)。這可能會(huì) 觸發(fā)對(duì)磁盤(pán)的物理寫(xiě)入(如果支持)。參數(shù) dba數(shù)據(jù)庫(kù)處理程序,由 dba_open() 或 dba_popen() 返回。返回值 成功時(shí)返...

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

953.PHP8 odbc_close_all

PHP 4、PHP 5、PHP 7、PHP 8)odbc_close_all — 關(guān)閉所有ODBC連接說(shuō)明odbc_close_all(): voidodbc_close_all() 將關(guān)閉所有 與數(shù)據(jù)庫(kù)服務(wù)器的連接。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 沒(méi)有返回值。注釋 注意:如果連接上有未解決的事務(wù),此函數(shù)將...

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

954.PHP8 odbc_close

PHP 4、PHP 5、PHP 7、PHP 8)odbc_close — 關(guān)閉 ODBC 連接說(shuō)明odbc_close(resource $odbc): void關(guān)閉與數(shù)據(jù)庫(kù)服務(wù)器的連接。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回值 沒(méi)有返回值。注釋 注意:如果此函數(shù)上有未結(jié)交易,則此函數(shù)將...

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

955.PHP8 odbc_commit

PHP 4、PHP 5、PHP 7、PHP 8)odbc_commit — 提交 ODBC 事務(wù)說(shuō)明odbc_commit(resource $odbc): bool提交連接上的所有掛起事務(wù)。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

http://www.o2fo.com/phpchinese/php8-odbc-commit.html

956.PHP8 odbc_cursor

PHP 4、PHP 5、PHP 7、PHP 8)odbc_cursor — 獲取游標(biāo)名說(shuō)明odbc_cursor(resource $statement): string|false獲取給定result_id的游標(biāo)名稱。參數(shù) statement結(jié)果標(biāo)識(shí)符。返回值 以字符串形式返回游標(biāo)名稱, 或者在失敗時(shí)返回 false.

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

957.PHP8 odbc_do

(PHP 4, PHP 5, PHP 7, PHP 8)odbc_do — 別名 odbc_exec()說(shuō)明此函數(shù)是該函數(shù)的別名: odbc_exec().

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

958.PHP8 odbc_error

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)odbc_error — 獲取最后一個(gè)錯(cuò)誤代碼說(shuō)明odbc_error(?resource $odbc = null): string返回一個(gè)六位數(shù)的 ODBC 狀態(tài),如果沒(méi)有,則返回一個(gè)空字符串 錯(cuò)誤。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。返回...

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

959.PHP8 odbc_errormsg

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8)odbc_errormsg — 獲取最后一條錯(cuò)誤消息說(shuō)明odbc_errormsg(?resource $odbc = null): string返回包含最后一條 ODBC 錯(cuò)誤消息的字符串,或一個(gè)空的字符串 字符串(如果沒(méi)有錯(cuò)誤)。參數(shù) odbcODBC 連接標(biāo)識(shí)符...

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

960.PHP8 odbc_exec

PHP 4、PHP 5、PHP 7、PHP 8)odbc_exec — 直接執(zhí)行 SQL 語(yǔ)句說(shuō)明odbc_exec(resource $odbc, string $query): resource|false向數(shù)據(jù)庫(kù)服務(wù)器發(fā)送 SQL 語(yǔ)句。參數(shù) odbcODBC 連接標(biāo)識(shí)符,詳見(jiàn) odbc_connect()。querySQL 語(yǔ)句。返回值 如果執(zhí)行了 SQL 命令,則返回 ...

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

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

w3cschool 建議您:

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

熱門(mén)課程