PHP split or explode ?


Back to programming.


*phpsplit    (2009-04-07)
PHP split or explode ?

Hi,

Recently I've encountered a problem with the PHP split() function when the string to split in an array was really big. I did not find a solution, so I divided the string in several parts, really awful !

I read that the split() and explode() functions were the same ones so I tried to use explode() instead and surprise surprise now it works fine. I can't explain.

What's the problem with the split() function ?  Aren't the code the same one for both functions ??  Is it recommended to avoid to use the split() function and other PHP functions ?



(more options below)

*jatino    (2011-02-11 17:37:28)
PHP split or explode ?

break out the data values in the string $phrase='one--two--three--four' into an array variable $word


See also


ficgs
More websites

You must register to see these links, as this is a collaborative page, then you may change the order of the links by clicking the icons before the titles.



admin
Other websites

The following links might be less relevant, please change their ranks if you find them useful.


 PHP: explode() vs. split() | Brian Hartsock's Blog
blog.brianhartsock > 2007/06/11
  1. The Chrome icon for invalid SSL certs is way cooler than valid SSL
  2. In other news, Lane Stadium holds largest wet tshirt
 Everything PHP: Explode and Split | BlueFur.com
blog.bluefur > 2009/04/22

: Vancouver - Calgary - Edmonton - Regina - Winnipeg - Toronto -...

 The Explode Function, Split a String by String
developertutorials > tutorials

 Explode vs Split - bytes
bytes > topic

a recursive function that traverse the multi-dimensional array using...

 Coderholic » Blog Archive » Beware PHP’s split()
coderholic > beware

10 More Puzzle Websites to Sharpen Your Programming...

 PHP - What is the difference between Split and Explode
geekinterview > question details/44344

Above answer was rated as good by the following...
What is difference between call by value and call by reference in...

 Split a string into key value pairs : php, split, explode, list
experts exchange > Web Development/Web Languages Standards

 Split / explode a variable containing a command - possible? [Archive] - CodingForums.com
codingforums > archive/index.

Split / explode a variable containing a command -...

 equivalent to PHP explode or PERL split - Dev Shed
forums.devshed > c programming 42/equivalent to

Safari Books Online provides searchable, on-demand access to...
Warburton's the largest independently owned bakery in the UK faced a...

 PHP Bugs: #8355: split() and explode() only accepts 2 parameters
bugs.php > bug.

 Splitting strings in PHP using explode Vs split functions at Aditya Kothadiya
adityakothadiya > 2009/01/splitting strings in

Interesting quotes on Customer Service, Entrepreneurship and...
Splitting strings in PHP using explode Vs split...
Jack Dorsey on Drawing Ideas, Recognizing Luck, Iterating Product,...

 Php - Split Tutorials
brainbell > tutorials

 Split a string into parts using explode | PHP Help Resource and Tutorials
phphelpresource

 PHP :: Split Large Xml Files
bigresource

I'm trying to make a search thru my mySQL database, so it any...
I need to explode the following file around | but the problem is...

 Explode -- Split a string by string
script.wareseeker

In this tutorial you will learn about Initializing Strings, Reading...
It is often necessary to arrange the elements in an array in...
Returns an array of strings, each of which is a substring of string...

 PhpExplode.com - A Beginner's Guide to Using Explode() in PHP
phpexplode

Is it possible to split on the TAB character? Suppose I have: $data...
A domain just for this! Do this for all PHP functions and you are...

 Javascript equivalent for PHP's split
kevin.vanzonneveld > techblog/article/javascript equivalent for

 Explode -- Split a string by string
nuclearscripts

 PHP: explode - Manual
php.net > manual/pl/function.explode.

//the function //Param 1 has to be an Array //Param 2 has to be a...
// converts pure string into a trimmed keyed array...
If you are going to use foreach after explode(), call reset() before...

 Explode -- Split a string by string | PHP Introduction to PHP | Hot Scripts
hotscripts > listing/explode split a string by string

 PHP Tutorials - Crivion’s Blog » PHP Tutorial : Explode function to split words
crivionweb

 Using The / As A Delimiter In The Split Function
trap17 > index.

 Re: [PHP] * quoted strings
mail archive

  * in Lua - Lua example
wellho > resources/ex.

 PHPリファレンス(split()、spliti()、explode())
php ref > bapi/02 split

文字列を暗号化する( crypt()、md5()、sha1()、str_rot13()...
文字列を置換する( strtr()、str_replace()、str_ireplace()...

 Olate - PHP - The explode() Function
olate > articles/212

Now just to use an example with the limit parameter specified:...
Ok, so from the prototype above, we can see the function explode()...
string string [, int limit]) The first parameter you must specify...

 Perfect C++ String Explode Split | Programming Tutorials
infernodevelopment > perfect c string explode split

 PHP Split by ": " and "n" ?? - SitePoint Forums
sitepoint > forums//showthread.

Then modify it to explode(': ',$element The method is still...
Im not sure your code you listed would work lets take this for...

 JavaScript explode - PHP.JS
phpjs > functions/explode:396

// Splits a string on string separator and return array of...

 [PHP] split a string by comma - Web Hosting Talk - The largest, most influential web hosting community on the Internet
webhostingtalk > showthread.

put spaces after the commas you want to split on...
While it would most definitely be best to use a separator other than...

 Matt Thommes / Code mnemonics: PHP implode/explode
matthom > archive/2005/06/22/code mnemonics

function validate_feedback() { var feedback_form =...

 'RE: [PHP3] split oddness' - MARC
marc > ?l=

 PHP Articles. MySQL Articles: Javascript explode function
php mysql articles.blogspot > 2007/11/javascript explode function



Response  
 

Guest name   (option)     Register
Please sum : 2205 + six  




Trackbacks : If you talked about this article in your blog or website, you may instantly get a backlink 
There's no trackback at the moment.