Showing All Defined Variables in PHP


List all defined variables, including built-in and custom ones, with get_defined_vars().

Source Code

print_r(get_defined_vars());
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments