自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

PHP SQlite數(shù)據(jù)庫相關(guān)函數(shù)概覽

開發(fā) 后端
PHP SQlite數(shù)據(jù)庫的相關(guān)還是可以分為很多種,比如:sqlite_array_query;sqlite_busy_timeout;sqlite_close;sqlite_column等等。

PHP SQlite數(shù)據(jù)庫對于擁有相當(dāng)經(jīng)驗的PHP程序員來說是不會陌生的,但是要想完全掌握PHP SQlite數(shù)據(jù)庫的相關(guān)函數(shù)的應(yīng)用也不是一件易事。下面我們就為大家總結(jié)了一些PHP SQlite數(shù)據(jù)庫的相關(guān)函數(shù)。#t#

PHP SQlite數(shù)據(jù)庫之sqlite_array_query —— 發(fā)送一條 SQL 查詢,并返回一個數(shù)組。

sqlite_busy_timeout —— 設(shè)置超時時間(busy timeout duration),或者頻繁的用戶失去權(quán)限(disable busy handlers)。

sqlite_changes —— 返回被***的SQL 查詢(changed by the most recent SQL statement)改變的行數(shù)。

sqlite_close —— 關(guān)閉一個打開的SQLite數(shù)據(jù)庫。

sqlite_column —— 在當(dāng)前的行中取得一列(a column from the current row of a result set)。

sqlite_create_aggregate —— Register an aggregating UDF for use in SQL statements。

sqlite_create_function —— Registers a "regular" User Defined Function for use in SQL statements。

sqlite_current —— 在返回的數(shù)組中取得當(dāng)前的行(the current row from a result set as an array)。

sqlite_error_string —— 返回錯誤代碼的原始描述(the textual description of an error code)。

sqlite_escape_string —— 釋放一個用于查詢的字符串(Escapes a string for use as a query parameter)。

sqlite_fetch_array —— 取得下一行并設(shè)置成一個數(shù)組(the next row from a result set as an array)。

sqlite_fetch_single —— 取得***列并設(shè)置成一個字符串(Fetches the first column of a result set as a string)。

sqlite_fetch_string —— sqlite_fetch_single()的別名。

sqlite_field_name —— 取得結(jié)果中指定字段的字段名。

sqlite_has_more —— 返回是否有更多可用的行(whether or not more rows are available)。

sqlite_last_error —— 返回數(shù)據(jù)庫的***的錯誤代碼(the error code of the last error for a database)。

sqlite_last_insert_rowid —— 返回***插入的行的行號(the most recently inserted row)。

sqlite_libencoding —— 返回SQLite庫(SQLite library)的編碼(encoding)。

PHP SQlite數(shù)據(jù)庫之sqlite_libversion —— 返回SQLite庫(SQLite library)的版本。

sqlite_next —— 返回下一行的行號。

sqlite_num_fields —— 取得結(jié)果集中字段的數(shù)目。

sqlite_num_rows —— 取得結(jié)果集中行的數(shù)目。

sqlite_open —— 打開一個SQLite數(shù)據(jù)庫。如果文件不存在則嘗試創(chuàng)建之。

sqlite_popen —— 用***連接的方式打開一個SQLite數(shù)據(jù)庫。如果文件不存在則嘗試創(chuàng)建之。

sqlite_query —— 發(fā)送一條 SQL 查詢,并返回一個結(jié)果句柄(a result handle)。

sqlite_rewind —— 倒回***行(Seek to the first row number)。

sqlite_seek —— 在緩存結(jié)果中查找特定的行號(Seek to a particular row number of a buffered result set)。

sqlite_udf_decode_binary —— Decode binary data passed as parameters to an UDF。

sqlite_udf_encode_binary —— Encode binary data before returning it from an UDF。

PHP SQlite數(shù)據(jù)庫之sqlite_unbuffered_query —— 發(fā)送一條 SQL 查詢,并不獲取和緩存結(jié)果的行。

責(zé)任編輯:曹凱 來源: 百度博客
相關(guān)推薦

2009-12-08 19:34:26

PHP拼寫檢查函數(shù)庫

2009-12-07 14:44:27

PHP文件函數(shù)

2009-12-08 11:10:20

PHP GD庫函數(shù)

2009-11-25 09:56:06

PHP數(shù)組處理函數(shù)

2023-12-20 12:49:05

索引數(shù)據(jù)檢索數(shù)據(jù)庫

2009-11-30 17:54:56

PHP連接Sql數(shù)據(jù)庫

2009-12-07 16:44:45

PHP圖形處理函數(shù)

2011-07-20 12:34:49

SQLite數(shù)據(jù)庫約束

2019-08-15 07:00:54

SQLite數(shù)據(jù)庫內(nèi)存數(shù)據(jù)庫

2017-07-12 09:20:42

SQLite數(shù)據(jù)庫移植

2011-08-04 18:00:47

SQLite數(shù)據(jù)庫批量數(shù)據(jù)

2011-08-02 16:16:08

iPhone開發(fā) SQLite 數(shù)據(jù)庫

2024-10-28 16:31:03

2009-11-27 10:32:35

2009-12-03 15:40:41

PHP獲取數(shù)據(jù)庫表信息

2009-12-11 17:33:56

PHP5常用函數(shù)

2011-08-24 13:49:45

Access數(shù)據(jù)庫轉(zhuǎn)化

2011-07-05 10:16:16

Qt 數(shù)據(jù)庫 SQLite

2018-07-13 09:20:30

SQLite數(shù)據(jù)庫存儲

2009-12-03 15:31:30

PHP獲取顯示數(shù)據(jù)庫數(shù)
點贊
收藏

51CTO技術(shù)棧公眾號