I heard this mentioned and wanted to find out more. It does exist in google searches but I found no 'introduction'. I also found no information in the php manual or in my usual resources (like here).
I'm looking for a succinct answer and/or a link.
|
I heard this mentioned and wanted to find out more. It does exist in google searches but I found no 'introduction'. I also found no information in the php manual or in my usual resources (like here). I'm looking for a succinct answer and/or a link. |
|||
|
Since concatenation is taking multiple pieces and gluing them together, deconcatenation is just cutting it back into pieces. Of course, this is the first time I've ever even heard that word. |
|||||
|
|
It's a made-up-word that means 'to do the opposite of concatenation'. In PHP it'd be |
|||||
|
|
I've never heard it before, but must be the inverse operation of concatenation. It sounds like a general concept, so this isn't necessarily |
|||
|
|
str_split()andexplode()do? Or am I way off with that? – DaveRandom Dec 16 '11 at 8:54