update : 2015.11.03
php.shukuma.com검색:
|
ArrayObject::uksort(PHP 5 >= 5.2.0) ArrayObject::uksort — Sort the entries by keys using a user-defined comparison function 설명This function sorts the keys of the entries using a user-supplied comparison function. The key to entry correlations will be maintained. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 ArrayObject::uksort() example
<?php 위 예제의 출력: an apple: 3 a banana: 4 the Earth: 2 John: 1 참고
|