NAME ^

php_info.pir - PHP info Standard Library

DESCRIPTION ^

Functions ^

string php_egg_logo_guid(void)
Return the special ID used to request the PHP logo in phpinfo screens
string php_ini_loaded_file(void)
Return the actual loaded ini filenameNOT IMPLEMENTED.
string php_ini_scanned_files(void)
Return comma-separated string of .ini files parsed from the additional ini dirNOT IMPLEMENTED.
string php_logo_guid(void)
Return the special ID used to request the PHP logo in phpinfo screens
string php_real_logo_guid(void)
Return the special ID used to request the PHP logo in phpinfo screens
string php_sapi_name(void)
Return the current SAPI module nameDUMMY IMPLEMENTATION.
string php_uname([string mode])
Return information about the system PHP was built onSTILL INCOMPLETE (see get_uname).
void phpcredits([int flag])
Prints the list of people who've contributed to the PHP projectNOT IMPLEMENTED.
void phpinfo([int what])
Output a page of useful information about PHP and the current requestNOT IMPLEMENTED.
string phpversion([string extension])
Return the current PHP versionSTILL INCOMPLETE (see get_module_version).
string zend_logo_guid(void)
Return the special ID used to request the Zend logo in phpinfo screens


parrot