PHP Functions : SQLite Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions SQ Lite Functions
Help URL: http://www.php.net/manual/en/ref.sqlite.php
Items Related to SQLite Functions
Inner Elements of SQLite Functions
SQLite Functions contains following items:
- sqlite_array_query (sqlite array query)
- sqlite_busy_timeout (sqlite busy timeout)
- sqlite_changes (sqlite changes)
- sqlite_close (sqlite close)
- sqlite_column (sqlite column)
- sqlite_create_aggregate (sqlite create aggregate)
- sqlite_create_function (sqlite create function)
- sqlite_current (sqlite current)
- sqlite_error_string (sqlite error string)
- sqlite_escape_string (sqlite escape string)
- sqlite_exec (sqlite exec)
- sqlite_factory (sqlite factory)
- sqlite_fetch_all (sqlite fetch all)
- sqlite_fetch_array (sqlite fetch array)
- sqlite_fetch_column_types (sqlite fetch column types)
- sqlite_fetch_object (sqlite fetch object)
- sqlite_fetch_single (sqlite fetch single)
- sqlite_fetch_string (sqlite fetch string)
- sqlite_field_name (sqlite field name)
- sqlite_has_more (sqlite has more)
- sqlite_has_prev (sqlite has prev)
- sqlite_key (sqlite key)
- sqlite_last_error (sqlite last error)
- sqlite_last_insert_rowid (sqlite last insert rowid)
- sqlite_libencoding (sqlite libencoding)
- sqlite_libversion (sqlite libversion)
- sqlite_next (sqlite next)
- sqlite_num_fields (sqlite num fields)
- sqlite_num_rows (sqlite num rows)
- sqlite_open (sqlite open)
- sqlite_popen (sqlite popen)
- sqlite_prev (sqlite prev)
- sqlite_query (sqlite query)
- sqlite_rewind (sqlite rewind)
- sqlite_seek (sqlite seek)
- sqlite_single_query (sqlite single query)
- sqlite_udf_decode_binary (sqlite udf decode binary)
- sqlite_udf_encode_binary (sqlite udf encode binary)
- sqlite_unbuffered_query (sqlite unbuffered query)
- sqlite_valid (sqlite valid)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|