What Does PHP: Hypertext Preprocessor 4.0 Mean?
Hypertext preprocessor 4.0 (PHP 4) is a server-side scripting language used to create dynamic Web pages. PHP is a popular scripting language used extensively for quickly and effectively creating dynamic Web applications. Easily embedded into HTML code, PHP can also be easily connected to databases such as MySQL and PostgreSQL.
Techopedia Explains PHP: Hypertext Preprocessor 4.0
PHP 4 is powered by Zend Engine, which helps increase performance and allows working with encoded files through Zend Optimizer. The script engine used in PHP 4 has been rewritten to optimize performance.
The main features newly added to PHP 4 are:
- Boolean data type and object-oriented programming
- Native support for user sessions, using cookies and the query string
- A new operator called the comparison operator (= =)
- New associative arrays consisting of server and environmental variables as well as a variable holding information about uploaded files
- Built-in support for both Java and XML
- Multidimensional array support
PHP 4 is a cross platform scripting language supporting a wide range of data bases, including Adabas D, InterBase, Solid, dBASE, MySQL, Sybase, Empress, MySQL, Velocis, FilePro, Oracle, UNIX dbm, Informix and PostgreSQL.