PHP Functions : PHP bytecode Compiler
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions PHP bytecode Compiler
Help URL: http://www.php.net/manual/en/ref.bcompiler.php
Items Related to PHP bytecode Compiler
Inner Elements of PHP bytecode Compiler
PHP bytecode Compiler contains following items:
- bcompiler_load_exe (bcompiler load exe)
- bcompiler_load (bcompiler load)
- bcompiler_parse_class (bcompiler parse class)
- bcompiler_read (bcompiler read)
- bcompiler_write_class (bcompiler write class)
- bcompiler_write_constant (bcompiler write constant)
- bcompiler_write_exe_footer (bcompiler write exe footer)
- bcompiler_write_file (bcompiler write file)
- bcompiler_write_footer (bcompiler write footer)
- bcompiler_write_function (bcompiler write function)
- bcompiler_write_functions_from_file (bcompiler write functions from file)
- bcompiler_write_header (bcompiler write header)
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
|