Hi!

        \_array\merge($array, $array2);
        \_string\len($string);

how it's better or more clean than array_merge or strlen? I am a big fan of OO and use it all the time, but there's a virtue in moderation - if you just want a length of a string, you son't have to build class hierachy with design patterns on top to do it - just take the length of the string!

--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to