I think this should be done in more places... right now it's in the docs in 2 different ways:tularis Sun Aug 1 19:20:42 2004 EDT
Modified files: /phpdoc/en/reference/array/functions natsort.xml Log:
added the & to the parameter to make it clear(er) that this parameter is passed by reference
the http://www.php.net/manual/en/function.natcasesort.php way, which just mentions it in the description,
and the http://www.php.net/manual/en/function.dns-get-mx.php sort of way, which also mentions it in the actual synopsis, and which I've changed natsort to.
I think we should convert all to the 2nd type, it's just clearer...! any comments?:)
- Tul