am I assuming correctly that get_defined_vars() returns an array pretty much
like the $GLOBALS array?

If I call extract() inside of a function, then the variables it creates will
be local to that function, correct?  OK, so, is there a way to get extract()
to define those variables as global, from within a function?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to