The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a way to get a list of all assign variables? i.e., like print_r() prints the values of every array value, but instead of array values, variables.
|
|
#2
|
||||
|
||||
|
print_r($GLOBALS) or get_defined_vars().
|
|
#3
|
|||
|
|||
|
Thanks
[high]* filburt1 whistles, jeez vB defines a lot of vars [/high]
|
![]() |
|
|