biz0r Posted September 22, 2010 Share Posted September 22, 2010 I know there is a function for this, but for some reason my google-fu is off and I cannot remember it for the life of me. What is the function to export an array into the global namespace? Such that: $var=array('key'=>'val'); somefunc($var); echo $key; Would work? Link to comment https://forums.phpfreaks.com/topic/214097-register-array-into-global/ Share on other sites More sharing options...
biz0r Posted September 22, 2010 Author Share Posted September 22, 2010 I am retarded...extract I need coffee... Link to comment https://forums.phpfreaks.com/topic/214097-register-array-into-global/#findComment-1114086 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.