Next:
Standard
, Previous:
PCRE
, Up:
Extensions
1.5 SQLite
— Constant:
SQLITE_ABORT
— Constant:
SQLITE_ASSOC
— Constant:
SQLITE_AUTH
— Constant:
SQLITE_BOTH
— Constant:
SQLITE_BUSY
— Constant:
SQLITE_CANTOPEN
— Constant:
SQLITE_CONSTRAINT
— Constant:
SQLITE_COPY
— Constant:
SQLITE_CORRUPT
— Constant:
SQLITE_DONE
— Constant:
SQLITE_EMPTY
— Constant:
SQLITE_ERROR
— Constant:
SQLITE_FORMAT
— Constant:
SQLITE_FULL
— Constant:
SQLITE_INTERNAL
— Constant:
SQLITE_INTERRUPT
— Constant:
SQLITE_IOERR
— Constant:
SQLITE_LOCKED
— Constant:
SQLITE_MISMATCH
— Constant:
SQLITE_MISUSE
— Constant:
SQLITE_NOLFS
— Constant:
SQLITE_NOMEM
— Constant:
SQLITE_NOTADB
— Constant:
SQLITE_NOTFOUND
— Constant:
SQLITE_NUM
— Constant:
SQLITE_OK
— Constant:
SQLITE_PERM
— Constant:
SQLITE_PROTOCOL
— Constant:
SQLITE_RANGE
— Constant:
SQLITE_READONLY
— Constant:
SQLITE_ROW
— Constant:
SQLITE_SCHEMA
— Constant:
SQLITE_TOOBIG
— Constant:
SQLITE_VERSION
— Constant:
SQLITE_VERSION_NUMBER
— Function:
sqlite_array_query
(
$link,$query,
[
$fetch_type=NULL
]
,
[
$decode_binary="1"
])
— Function:
sqlite_busy_timeout
(
$link,$ms
)
— Function:
sqlite_changes
(
$link
)
— Function:
sqlite_close
(
$link
)
— Function:
sqlite_column
(
$result,$col,
[
$decode_binary="1"
])
— Function:
sqlite_create_aggregate
(
$link,$func_name,$step_callback,$finalize_callback,
[
$num_args=-1
])
— Function:
sqlite_create_function
(
$link,$func_name,$callback,
[
$num_args=-1
])
— Function:
sqlite_current
(
$result,
[
$fetch_type=NULL
]
,
[
$decode_binary="1"
])
— Function:
sqlite_error_string
(
$link
)
— Function:
sqlite_escape_string
(
$str
)
— Function:
sqlite_exec
(
$link,$query,
[
$errmsg=NULL
])
— Function:
sqlite_fetch_all
(
$result,
[
$fetch_type=NULL
]
,
[
$decode_binary="1"
])
— Function:
sqlite_fetch_array
(
$result,
[
$fetch_type=NULL
]
,
[
$decode_binary="1"
])
— Function:
sqlite_fetch_column_types
(
$table,$link,
[
$fetch_type=NULL
])
— Function:
sqlite_fetch_object
(
$result,
[
$class_name=NULL
]
,
[
$cstr_args=NULL
]
,
[
$decode_binary="1"
])
— Function:
sqlite_fetch_single
(
$result,
[
$decode_binary="1"
])
— Function:
sqlite_fetch_string
(
$result,
[
$decode_binary="1"
])
— Function:
sqlite_field_name
(
$result,$col
)
— Function:
sqlite_has_more
(
$result
)
— Function:
sqlite_has_prev
(
$result
)
— Function:
sqlite_key
(
$result
)
— Function:
sqlite_last_error
(
$link
)
— Function:
sqlite_last_insert_rowid
(
$link
)
— Function:
sqlite_libencoding
()
UTF-8
— Function:
sqlite_libversion
()
— Function:
sqlite_next
(
$result
)
— Function:
sqlite_num_fields
(
$result
)
— Function:
sqlite_num_rows
(
$result
)
— Function:
sqlite_open
(
$filename,
[
$mode=NULL
]
,
[
$errmsg=NULL
])
— Function:
sqlite_popen
(
$filename,
[
$mode=NULL
]
,
[
$errmsg=NULL
])
— Function:
sqlite_prev
(
$result
)
— Function:
sqlite_query
(
$link,$query,
[
$fetch_type=SQLITE_BOTH
]
,
[
$errmsg=NULL
])
— Function:
sqlite_rewind
(
$result
)
— Function:
sqlite_seek
(
$result,$row
)
— Function:
sqlite_single_query
(
$link,$query,
[
$only_first=""
]
,
[
$decode_binary="1"
])
— Function:
sqlite_udf_decode_binary
(
$str
)
— Function:
sqlite_udf_encode_binary
(
$str
)
— Function:
sqlite_unbuffered_query
(
$link,$query,
[
$fetch_type=SQLITE_BOTH
]
,
[
$errmsg=NULL
])
— Function:
sqlite_valid
(
$result
)