Come on. Is it really that hard to write strlen? Or array_merge? Would it be better if they were len (of what?) and merge (what?)? I don't think so.


Ahem. We all secretly know how it should've been from the very start. Pseudo-methods for the basic types.

$array->merge($array2);
$string->len();

Regards,
Stan Vassilev

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

Reply via email to