apd_get_active_symbols
(PECL apd 0.2)
apd_get_active_symbols — Get an array of the current variables names in the local scope
Description
array apd_get_active_symbols
( void
)
نام تمام متغیرهای تعریف شده در حوزه فعلی را باز میگرداند (نه مقدار انها).
Return Values
یک آرایه چندبعدی به همراه تمام متغیرها.
Examples
Example #1 مثال apd_get_active_symbols()
<?php
apd_echo(apd_get_active_symbols());
?>
There are no user contributed notes for this page.
