Would anyone find this useful?
join(' glue ',$array,0,5)
instead of this
join(' glue ',array_slice($array,0,5))
Its not the extra typing i mind, it just seems that the parameters go
well with the join function..
Any thoughts?
Jack
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

