On Tue, 06 Jan 2009 14:23:41 Rory Casey wrote:
> You could try a manual array merge:
>
> foreach($matches[0] as $m) $results[] = $m;
>
> No idea if that's faster though

It certainly is faster then array_merge and it works.

I'd like to thank everyone who contributed and give my kudos award for 
the 'answer to the problem' to Rory.

Thanks,

Michael

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to