PHP Functions : runkit Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions runkit Functions
Help URL: http://www.php.net/manual/en/ref.runkit.php


Items Related to runkit Functions

Inner Elements of runkit Functions

runkit Functions contains following items:
  • Runkit_Sandbox (Runkit Sandbox)
  • Runkit_Sandbox_Parent (Runkit Sandbox Parent)
  • runkit_class_adopt (runkit class adopt)
  • runkit_class_emancipate (runkit class emancipate)
  • runkit_constant_add (runkit constant add)
  • runkit_constant_redefine (runkit constant redefine)
  • runkit_constant_remove (runkit constant remove)
  • runkit_function_add (runkit function add)
  • runkit_function_copy (runkit function copy)
  • runkit_function_redefine (runkit function redefine)
  • runkit_function_remove (runkit function remove)
  • runkit_function_rename (runkit function rename)
  • runkit_import (runkit import)
  • runkit_lint_file (runkit lint file)
  • runkit_lint (runkit lint)
  • runkit_method_add (runkit method add)
  • runkit_method_copy (runkit method copy)
  • runkit_method_redefine (runkit method redefine)
  • runkit_method_remove (runkit method remove)
  • runkit_method_rename (runkit method rename)
  • runkit_return_value_used (runkit return value used)
  • runkit_sandbox_output_handler (runkit sandbox output handler)
  • runkit_superglobals (runkit superglobals)


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

Home