PHP Functions : Paradox File Access
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Paradox File Access
Help URL: http://www.php.net/manual/en/ref.paradox.php
Items Related to Paradox File Access
Inner Elements of Paradox File Access
Paradox File Access contains following items:
- px_close (px close)
- px_create_fp (px create fp)
- px_date2string (px date string)
- px_delete_record (px delete record)
- px_delete (px delete)
- px_get_field (px get field)
- px_get_info (px get info)
- px_get_parameter (px get parameter)
- px_get_record (px get record)
- px_get_schema (px get schema)
- px_get_value (px get value)
- px_insert_record (px insert record)
- px_new (px new)
- px_numfields (px numfields)
- px_numrecords (px numrecords)
- px_open_fp (px open fp)
- px_put_record (px put record)
- px_retrieve_record (px retrieve record)
- px_set_blob_file (px set blob file)
- px_set_parameter (px set parameter)
- px_set_tablename (px set tablename)
- px_set_targetencoding (px set targetencoding)
- px_set_value (px set value)
- px_timestamp2string (px timestamp string)
- px_update_record (px update record)
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
|