PHP » GoLang |
login |
register |
about
|
GoLang get_defined_vars
request it (430)
GoLang replacement for PHP's get_defined_vars
[edit | history]
get_defined_vars(PHP 4 >= 4.0.4, PHP 5, PHP 7) get_defined_vars — Returns an array of all defined variables Description
array get_defined_vars
( void
)
This function returns a multidimensional array containing a list of all defined variables, be them environment, server or user-defined variables, within the scope that get_defined_vars() is called. Return ValuesA multidimensional array with all the variables. Examples
Example #1 get_defined_vars() Example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|