|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">
get_defined_constants(PHP 4 >= 4.1.0) get_defined_constants -- Returns an associative array with the names of all the constants and their valuesDescriptionarray get_defined_constants ( void)This function returns the names and values of all the constants currently defined. This includes those created by extensions as well as those created with the define() function. For example the line below will print a list like:
See also get_loaded_extensions(), get_defined_functions() and get_defined_vars().
|