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 filename

NOT IMPLEMENTED.

string php_ini_scanned_files(void)

Return comma-separated string of .ini files parsed from the additional ini dir

NOT 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 name

DUMMY IMPLEMENTATION.

string php_uname([string mode])

Return information about the system PHP was built on

STILL INCOMPLETE (see get_uname).

void phpcredits([int flag])

Prints the list of people who've contributed to the PHP project

NOT IMPLEMENTED.

void phpinfo([int what])

Output a page of useful information about PHP and the current request

NOT IMPLEMENTED.

string phpversion([string extension])

Return the current PHP version

STILL INCOMPLETE (see get_module_version).

string zend_logo_guid(void)

Return the special ID used to request the Zend logo in phpinfo screens


parrot