Yasuo Ohgaki wrote:
> Case of names can be easily converted by program.

do you think it will be easy in this situation?:

<?php
function myCompare($arg1,$arg2) {
}

[...]
$sorted_array=usort($array,"myCompare");
[...]
$sorted_array=usort($array,"mycompare");
[...]
?>

and, by the way: what kind of a program is going to convert this?

a shell script? what about windows users?

a php script? what about users that just want to install a product
written for php 4 in a php 5 environment where they do not have
any shell access or where no php cli is installed?


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

Wir stellen für Sie aus auf der CeBIT 2002 und freuen uns
in Halle 6 auf Ihren Besuch am Stand H 18


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

Reply via email to