PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::uksort
request it (405)
GoLang replacement for PHP's ArrayObject::uksort
[edit | history]
ArrayObject::uksort(PHP 5 >= 5.2.0, PHP 7) ArrayObject::uksort — Sort the entries by keys using a user-defined comparison function DescriptionThis function sorts the keys of the entries using a user-supplied comparison function. The key to entry correlations will be maintained. Parameters
Return ValuesNo value is returned. Examples
Example #1 ArrayObject::uksort() example
<?php The above example will output: an apple: 3 a banana: 4 the Earth: 2 John: 1 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|