membot Posted November 15, 2010 Share Posted November 15, 2010 What is the difference between EXTR_PREFIX_SAME and EXTR_PREFIX_IF_EXISTS? Link to comment https://forums.phpfreaks.com/topic/218764-just-wondering-something-about-extract/ Share on other sites More sharing options...
AbraCadaver Posted November 15, 2010 Share Posted November 15, 2010 EXTR_PREFIX_SAME means to extract ALL vars and if there is a collision (the var already exists) then use the prefix when extracting. EXTR_PREFIX_IF_EXISTS means to extract ONLY vars that exist and use the prefix when extracting. Link to comment https://forums.phpfreaks.com/topic/218764-just-wondering-something-about-extract/#findComment-1134623 Share on other sites More sharing options...
membot Posted November 16, 2010 Author Share Posted November 16, 2010 Oh! Ok, thanks! =D Link to comment https://forums.phpfreaks.com/topic/218764-just-wondering-something-about-extract/#findComment-1135129 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.