PHP Functions : PHP Options&Information

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


Items Related to PHP Options&Information

Inner Elements of PHP Options&Information

PHP Options&Information contains following items:
  • assert_options (assert options)
  • assert
  • dl
  • extension_loaded (extension loaded)
  • get_cfg_var (get cfg var)
  • get_current_user (get current user)
  • get_defined_constants (get defined constants)
  • get_extension_funcs (get extension funcs)
  • get_include_path (get include path)
  • get_included_files (get included files)
  • get_loaded_extensions (get loaded extensions)
  • get_magic_quotes_gpc (get magic quotes gpc)
  • get_magic_quotes_runtime (get magic quotes runtime)
  • get_required_files (get required files)
  • getenv
  • getlastmod
  • getmygid
  • getmyinode
  • getmypid
  • getmyuid
  • getopt
  • getrusage
  • ini_alter (ini alter)
  • ini_get_all (ini get all)
  • ini_get (ini get)
  • ini_restore (ini restore)
  • ini_set (ini set)
  • main
  • memory_get_usage (memory get usage)
  • php_ini_scanned_files (php ini scanned files)
  • php_logo_guid (php logo guid)
  • php_sapi_name (php sapi name)
  • php_uname (php uname)
  • phpcredits
  • phpinfo
  • phpversion
  • putenv
  • restore_include_path (restore include path)
  • set_include_path (set include path)
  • set_magic_quotes_runtime (set magic quotes runtime)
  • set_time_limit (set time limit)
  • version_compare (version compare)
  • zend_logo_guid (zend logo guid)
  • zend_version (zend version)


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