richardw Posted August 19, 2007 Share Posted August 19, 2007 I am looking for uses of PHP explode to use in a class (Or leave it out) Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/ Share on other sites More sharing options...
emehrkay Posted August 19, 2007 Share Posted August 19, 2007 yes Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-328025 Share on other sites More sharing options...
Daniel0 Posted August 19, 2007 Share Posted August 19, 2007 I use it when necessary, yes. Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-328047 Share on other sites More sharing options...
NArc0t1c Posted August 19, 2007 Share Posted August 19, 2007 Yes. Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-328102 Share on other sites More sharing options...
AndyB Posted August 19, 2007 Share Posted August 19, 2007 I am looking for uses of PHP explode to use in a class (Or leave it out) Â Some of the best examples for any function are in the user notes on the manual page for the function - the manual (and user notes) seem to be one of the least-used resources, despite it always being more current than almost all books. Â http://ca.php.net/manual/en/function.explode.php Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-328107 Share on other sites More sharing options...
fenway Posted October 26, 2007 Share Posted October 26, 2007 Doesn't that pollute the namespace? Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-378810 Share on other sites More sharing options...
charliepage Posted October 27, 2007 Share Posted October 27, 2007 I use it quite often actually, maybe more than I guess most do. I think it has a lot of uses, very useful function. Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-378998 Share on other sites More sharing options...
emehrkay Posted October 27, 2007 Share Posted October 27, 2007 i just used it Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-379284 Share on other sites More sharing options...
LiamProductions Posted October 27, 2007 Share Posted October 27, 2007 Yes Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-379373 Share on other sites More sharing options...
neylitalo Posted October 27, 2007 Share Posted October 27, 2007 I've never understood the point to this poll - you use it when it best serves you. I'm going to lock this thread, it doesn't provide any valuable information at all. Link to comment https://forums.phpfreaks.com/topic/65677-do-you-use-php-explode/#findComment-379513 Share on other sites More sharing options...
Recommended Posts