uopz_get_static

PECL uopz 5, PECL uopz 6, PECL uopz 7
uopz_get_static - Gets the static variables from function or method scope
Manual
Code Examples

uopz_get_static( string$class, string$function ): array
arrayuopz_get_static stringfunction

Parameters

class

The name of the class.

function

The name of the function or method.

Return Values

Returns an associative array of variable names mapped to their current values on success, or null if the function or method does not exist.

Related Functions

Example of uopz_get_static

Show all examples for uopz_get_static

PHP Version: