On Fri, 30 Jul 2004 02:44:19 -0500, Brent Clements
<[EMAIL PROTECTED]> wrote:
> In PHP 5 there is a awesome function called str_split, is there an equivalent in PHP 
> 4.x?
> 
> I need to do the following:
> 
> Split a 60 character string into 3 20 character array chunks.
> 
> using str_split I could easily do it, but how do I do it in PHP 4.x?
> 

RTFM! Look at the See Alsos in the manual on the page for str_split.

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to