(PHP 5、PHP 7 < 7.4.0)ibase_db_info — 請(qǐng)求有關(guān)數(shù)據(jù)庫(kù)的統(tǒng)計(jì)信息說(shuō)明ibase_db_info( resource $service_handle, string $db, int $action, int $argument = 0 ): string警告本函數(shù)還未編寫文檔,僅有參數(shù)列表。
http://m.o2fo.com/phpchinese/php8-ibaseddinfo.html(PHP 5、PHP 7 < 7.4.0)ibase_delete_user — 從安全數(shù)據(jù)庫(kù)中刪除用戶說(shuō)明ibase_delete_user(resource $service_handle, string $user_name): bool參數(shù) service_handle數(shù)據(jù)庫(kù)服務(wù)器服務(wù)上的句柄。user_name要從數(shù)據(jù)庫(kù)中刪除的用戶的登錄名。返回值 成功時(shí)返...
http://m.o2fo.com/phpchinese/php8-ibaseundeleteuser.html(PHP 5、PHP 7 < 7.4.0)ibase_drop_db — 刪除數(shù)據(jù)庫(kù)說(shuō)明ibase_drop_db(resource $connection = null): bool此函數(shù)刪除由 ibase_connect() 或 ibase_pconnect() 打開(kāi)的數(shù)據(jù)庫(kù)。數(shù)據(jù)庫(kù)將關(guān)閉并從服務(wù)器中刪除。參數(shù) connectionInterBase 鏈路標(biāo)識(shí)符。如果...
http://m.o2fo.com/phpchinese/php8-ibasedb.html(PHP 5、PHP 7 < 7.4.0)ibase_errcode — 返回錯(cuò)誤代碼說(shuō)明ibase_errcode(): int返回由最新的 InterBase 函數(shù)生成的錯(cuò)誤代碼 叫。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 以整數(shù)形式返回錯(cuò)誤代碼,如果未發(fā)生錯(cuò)誤,則返回 false。參見(jiàn) ibase_errmsg() ...
http://m.o2fo.com/phpchinese/php8-ibaseerrcode.html(PHP 5、PHP 7 < 7.4.0)ibase_errmsg — 返回錯(cuò)誤消息說(shuō)明ibase_errmsg(): string返回由最新的 InterBase 函數(shù)生成的錯(cuò)誤消息 叫。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 以字符串形式返回錯(cuò)誤消息,如果未發(fā)生錯(cuò)誤,則返回 false。參見(jiàn) ibase_errcode...
http://m.o2fo.com/phpchinese/php8-ibaseermsg.html(PHP 5、PHP 7 < 7.4.0)ibase_fetch_assoc — 從查詢中獲取結(jié)果行作為關(guān)聯(lián)數(shù)組說(shuō)明ibase_fetch_assoc(resource $result, int $fetch_flag = 0): array從查詢中提取結(jié)果行作為關(guān)聯(lián)數(shù)組。ibase_fetch_assoc() 從 中獲取一行數(shù)據(jù)。如果結(jié)果的兩列或多列 具...
http://m.o2fo.com/phpchinese/php8-ibasefetchassoc.html(PHP 5、PHP 7 < 7.4.0)ibase_fetch_row — 從InterBase數(shù)據(jù)庫(kù)中獲取一行說(shuō)明ibase_fetch_row(resource $result_identifier, int $fetch_flag = 0): arrayibase_fetch_row() 從 給定的結(jié)果集。對(duì) ibase_fetch_row() 的后續(xù)調(diào)用將返回結(jié)果集中的下一行,如果沒(méi)有...
http://m.o2fo.com/phpchinese/php8-ibasefetchrow.html(PHP 5、PHP 7 < 7.4.0)ibase_free_event_handler — 取消已注冊(cè)的事件處理程序說(shuō)明ibase_free_event_handler(resource $event): bool此函數(shù)將導(dǎo)致取消指定的已注冊(cè)事件處理程序?;卣{(diào)函數(shù)將 不再調(diào)用已注冊(cè)處理的事件。event參數(shù) event由 ibase_set_eve...
http://m.o2fo.com/phpchinese/php8-ibasefreeeventhandler.html(PHP 5、PHP 7 < 7.4.0)ibase_free_query — 由準(zhǔn)備好的查詢分配的可用內(nèi)存說(shuō)明ibase_free_query(resource $query): bool釋放準(zhǔn)備好的查詢。參數(shù) query使用 ibase_prepare() 準(zhǔn)備的查詢。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false。
http://m.o2fo.com/phpchinese/php8-ibasefreequery.html(PHP 5、PHP 7 < 7.4.0)ibase_free_result — 釋放結(jié)果集說(shuō)明ibase_free_result(resource $result_identifier): bool釋放結(jié)果集。參數(shù) result_identifier由 ibase_query() 或 ibase_execute() 創(chuàng)建的結(jié)果集。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false...
http://m.o2fo.com/phpchinese/php8-ibasefreeresult.html抱歉,暫時(shí)沒(méi)有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的教程
w3cschool 建議您:
(PHP 5、PHP 7 < 7.4.0)ibase_db_info — 請(qǐng)求有關(guān)數(shù)據(jù)庫(kù)的統(tǒng)計(jì)信息說(shuō)明ibase_db_info( resource $service_handle, string $db, int $action, int $argument = 0 ): string警告本函數(shù)還未編寫文檔,僅有參數(shù)列表。
http://m.o2fo.com/phpchinese/php8-ibaseddinfo.html(PHP 5、PHP 7 < 7.4.0)ibase_delete_user — 從安全數(shù)據(jù)庫(kù)中刪除用戶說(shuō)明ibase_delete_user(resource $service_handle, string $user_name): bool參數(shù) service_handle數(shù)據(jù)庫(kù)服務(wù)器服務(wù)上的句柄。user_name要從數(shù)據(jù)庫(kù)中刪除的用戶的登錄名。返回值 成功時(shí)返...
http://m.o2fo.com/phpchinese/php8-ibaseundeleteuser.html(PHP 5、PHP 7 < 7.4.0)ibase_drop_db — 刪除數(shù)據(jù)庫(kù)說(shuō)明ibase_drop_db(resource $connection = null): bool此函數(shù)刪除由 ibase_connect() 或 ibase_pconnect() 打開(kāi)的數(shù)據(jù)庫(kù)。數(shù)據(jù)庫(kù)將關(guān)閉并從服務(wù)器中刪除。參數(shù) connectionInterBase 鏈路標(biāo)識(shí)符。如果...
http://m.o2fo.com/phpchinese/php8-ibasedb.html(PHP 5、PHP 7 < 7.4.0)ibase_errcode — 返回錯(cuò)誤代碼說(shuō)明ibase_errcode(): int返回由最新的 InterBase 函數(shù)生成的錯(cuò)誤代碼 叫。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 以整數(shù)形式返回錯(cuò)誤代碼,如果未發(fā)生錯(cuò)誤,則返回 false。參見(jiàn) ibase_errmsg() ...
http://m.o2fo.com/phpchinese/php8-ibaseerrcode.html(PHP 5、PHP 7 < 7.4.0)ibase_errmsg — 返回錯(cuò)誤消息說(shuō)明ibase_errmsg(): string返回由最新的 InterBase 函數(shù)生成的錯(cuò)誤消息 叫。參數(shù) 此函數(shù)沒(méi)有參數(shù)。返回值 以字符串形式返回錯(cuò)誤消息,如果未發(fā)生錯(cuò)誤,則返回 false。參見(jiàn) ibase_errcode...
http://m.o2fo.com/phpchinese/php8-ibaseermsg.html(PHP 5、PHP 7 < 7.4.0)ibase_fetch_assoc — 從查詢中獲取結(jié)果行作為關(guān)聯(lián)數(shù)組說(shuō)明ibase_fetch_assoc(resource $result, int $fetch_flag = 0): array從查詢中提取結(jié)果行作為關(guān)聯(lián)數(shù)組。ibase_fetch_assoc() 從 中獲取一行數(shù)據(jù)。如果結(jié)果的兩列或多列 具...
http://m.o2fo.com/phpchinese/php8-ibasefetchassoc.html(PHP 5、PHP 7 < 7.4.0)ibase_fetch_row — 從InterBase數(shù)據(jù)庫(kù)中獲取一行說(shuō)明ibase_fetch_row(resource $result_identifier, int $fetch_flag = 0): arrayibase_fetch_row() 從 給定的結(jié)果集。對(duì) ibase_fetch_row() 的后續(xù)調(diào)用將返回結(jié)果集中的下一行,如果沒(méi)有...
http://m.o2fo.com/phpchinese/php8-ibasefetchrow.html(PHP 5、PHP 7 < 7.4.0)ibase_free_event_handler — 取消已注冊(cè)的事件處理程序說(shuō)明ibase_free_event_handler(resource $event): bool此函數(shù)將導(dǎo)致取消指定的已注冊(cè)事件處理程序?;卣{(diào)函數(shù)將 不再調(diào)用已注冊(cè)處理的事件。event參數(shù) event由 ibase_set_eve...
http://m.o2fo.com/phpchinese/php8-ibasefreeeventhandler.html(PHP 5、PHP 7 < 7.4.0)ibase_free_query — 由準(zhǔn)備好的查詢分配的可用內(nèi)存說(shuō)明ibase_free_query(resource $query): bool釋放準(zhǔn)備好的查詢。參數(shù) query使用 ibase_prepare() 準(zhǔn)備的查詢。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false。
http://m.o2fo.com/phpchinese/php8-ibasefreequery.html(PHP 5、PHP 7 < 7.4.0)ibase_free_result — 釋放結(jié)果集說(shuō)明ibase_free_result(resource $result_identifier): bool釋放結(jié)果集。參數(shù) result_identifier由 ibase_query() 或 ibase_execute() 創(chuàng)建的結(jié)果集。返回值 成功時(shí)返回 true, 或者在失敗時(shí)返回 false...
http://m.o2fo.com/phpchinese/php8-ibasefreeresult.html抱歉,暫時(shí)沒(méi)有相關(guān)的文章
w3cschool 建議您: