Home > PHP > Function > APD > apd_get_active_symbols()

apd_get_active_symbols()

apd_get_active_symbols - Get an array of the current variables names in the local scope

Syntax

array apd_get_active_symbols ()

Arguments

-

Description

Returns the names of all the variables defined in the active scope, (not their values).

Version

PHP PECL apd 0.2

Return value

A multidimensional array with all the variables.