On Monday 02 August 2004 01:20, Maciek Sokolewicz wrote:
> 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

No need to do so, IMHO, because its internal passed by ref:
from basic_functions.c
PHP_FE(natsort,                                 first_arg_force_ref)

Its transparent to end users, they do not need to write
natsort(&array), also doing so is deprecated.

Friedhelm

Reply via email to