But it does, so your point is quite mute :)
What do you think, Derick?
----- Original Message ----- From: "Gabor Hojtsy" <[EMAIL PROTECTED]>
To: "Aidan Lister" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, September 10, 2004 4:31 AM
Subject: Re: [PHP-DOC] XML Syntax question - optional args
http://livedocs.homelinux.com/en/function.array-uintersect-uassoc.html
The current synopsis is:
array array_uintersect_uassoc(array $array1, array $array2 [, array $ ...,
callback $data_compare_func, callback $key_compare_func])
This is wrong, but I don't think livedocs/dsssl can cope with the middle params being optional.
It should be:
array array_uintersect_uassoc(array $array1, array $array2 [, array $ ...,
callback $data_compare_func], callback $key_compare_func)
PHP is not supposed to have these kind of optional parameters.
Goba