diff --git a/reference/array/functions/array-multisort.xml b/reference/array/functions/array-multisort.xml index edd1dd632a..d22abc8ed0 100644 --- a/reference/array/functions/array-multisort.xml +++ b/reference/array/functions/array-multisort.xml @@ -1,5 +1,5 @@ - + @@ -14,6 +14,7 @@ mixedarg mixed... array... + array_multisort can be used to sort several diff --git a/reference/array/functions/array-pop.xml b/reference/array/functions/array-pop.xml index fd96547ec5..94a623e192 100644 --- a/reference/array/functions/array-pop.xml +++ b/reference/array/functions/array-pop.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description mixedarray_pop - arrayarray + array&array array_pop pops and returns the last value of diff --git a/reference/array/functions/array-push.xml b/reference/array/functions/array-push.xml index 382392bf8f..d97043f6f7 100644 --- a/reference/array/functions/array-push.xml +++ b/reference/array/functions/array-push.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description intarray_push - arrayarray + array&array mixedvar mixed... diff --git a/reference/array/functions/array-shift.xml b/reference/array/functions/array-shift.xml index 620cd2de23..3d209e9e3c 100644 --- a/reference/array/functions/array-shift.xml +++ b/reference/array/functions/array-shift.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description mixedarray_shift - arrayarray + array&array array_shift shifts the first value of the diff --git a/reference/array/functions/array-unshift.xml b/reference/array/functions/array-unshift.xml index ee2c607067..64d958d412 100644 --- a/reference/array/functions/array-unshift.xml +++ b/reference/array/functions/array-unshift.xml @@ -1,5 +1,5 @@ - + @@ -12,11 +12,9 @@ Description intarray_unshift - arrayarray + array&array mixedvar - mixed - ... - + mixed... array_unshift prepends passed elements to diff --git a/reference/array/functions/array-walk-recursive.xml b/reference/array/functions/array-walk-recursive.xml index 5eff6c7a13..10f4b1f38c 100755 --- a/reference/array/functions/array-walk-recursive.xml +++ b/reference/array/functions/array-walk-recursive.xml @@ -1,5 +1,5 @@ - + array_walk_recursive @@ -11,7 +11,7 @@ Description boolarray_walk_recursive - arrayinput + array&input stringfuncname mixeduserdata diff --git a/reference/array/functions/arsort.xml b/reference/array/functions/arsort.xml index 85a02a11b7..ed8b337454 100644 --- a/reference/array/functions/arsort.xml +++ b/reference/array/functions/arsort.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description boolarsort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/asort.xml b/reference/array/functions/asort.xml index 450e08f891..8bf1aaeaef 100644 --- a/reference/array/functions/asort.xml +++ b/reference/array/functions/asort.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolasort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/krsort.xml b/reference/array/functions/krsort.xml index 19efd97927..7269f66e6b 100644 --- a/reference/array/functions/krsort.xml +++ b/reference/array/functions/krsort.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolkrsort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/ksort.xml b/reference/array/functions/ksort.xml index 11c2653e2e..943a3dfff8 100644 --- a/reference/array/functions/ksort.xml +++ b/reference/array/functions/ksort.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolksort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/natcasesort.xml b/reference/array/functions/natcasesort.xml index e687891c0e..8bc474ffb6 100644 --- a/reference/array/functions/natcasesort.xml +++ b/reference/array/functions/natcasesort.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description voidnatcasesort - arrayarray + array&array This function implements a sort algorithm that orders diff --git a/reference/array/functions/rsort.xml b/reference/array/functions/rsort.xml index 7668b785e1..715dd12a90 100644 --- a/reference/array/functions/rsort.xml +++ b/reference/array/functions/rsort.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolrsort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/shuffle.xml b/reference/array/functions/shuffle.xml index 0c2612b26e..82878d9cd9 100644 --- a/reference/array/functions/shuffle.xml +++ b/reference/array/functions/shuffle.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolshuffle - arrayarray + array&array This function shuffles (randomizes the order of the elements in) diff --git a/reference/array/functions/sort.xml b/reference/array/functions/sort.xml index 4822a103e3..819203eeb6 100644 --- a/reference/array/functions/sort.xml +++ b/reference/array/functions/sort.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolsort - arrayarray + array&array intsort_flags diff --git a/reference/array/functions/uasort.xml b/reference/array/functions/uasort.xml index e12d375952..058bbe7f0c 100644 --- a/reference/array/functions/uasort.xml +++ b/reference/array/functions/uasort.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ Description booluasort - arrayarray + array&array callbackcmp_function diff --git a/reference/array/functions/uksort.xml b/reference/array/functions/uksort.xml index 55aafee002..3e79023724 100644 --- a/reference/array/functions/uksort.xml +++ b/reference/array/functions/uksort.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description booluksort - arrayarray + array&array callbackcmp_function diff --git a/reference/array/functions/usort.xml b/reference/array/functions/usort.xml index 9f8653919b..e516f2aac4 100644 --- a/reference/array/functions/usort.xml +++ b/reference/array/functions/usort.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description boolusort - arrayarray + array&array callbackcmp_function