diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:07 -0400 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:20 -0400 |
| commit | 28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch) | |
| tree | a2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/standard/array.c | |
| parent | 2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff) | |
| download | php-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz | |
Fix more proto comments
Diffstat (limited to 'ext/standard/array.c')
| -rw-r--r-- | ext/standard/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/array.c b/ext/standard/array.c index a998079d64..1cf5da1d01 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -4389,7 +4389,7 @@ static void array_bucket_p_sawp(void *p, void *q) /* {{{ */ { } /* }}} */ -/* {{{ proto bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING|SORT_NATURAL|SORT_FLAG_CASE]], ...]) +/* {{{ proto bool array_multisort(array &$array1 [, mixed $array1_sort_order [, mixed $array1_sort_flags [, mixed ... ]]] Sort multiple arrays at once similar to how ORDER BY clause works in SQL */ PHP_FUNCTION(array_multisort) { |
