ArrayIterator::natsort

From Get docs
Php/docs/latest/arrayiterator.natsort


ArrayIterator::natsort

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ArrayIterator::natsortSort entries naturally


Description

public ArrayIterator::natsort(): bool

Sort the entries by values using a "natural order" algorithm.

Note:

If two members compare as equal, they retain their original order. Prior to PHP 8.0.0, their relative order in the sorted array was undefined.

Parameters

This function has no parameters.


Return Values

Always returns true.


See Also


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/arrayiterator.natsort.php