PHP Functions : Alternative PHP Cache
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Alternative PHP Cache
Help URL: http://www.php.net/manual/en/ref.apc.php
Items Related to Alternative PHP Cache
Inner Elements of Alternative PHP Cache
Alternative PHP Cache contains following items:
- apc_cache_info (apc cache info)
- apc_clear_cache (apc clear cache)
- apc_define_constants (apc define constants)
- apc_delete (apc delete)
- apc_fetch (apc fetch)
- apc_load_constants (apc load constants)
- apc_sma_info (apc sma info)
- apc_store (apc store)
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
|