Home
last modified time | relevance | path

Searched defs:sort_flags (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.1/ext/intl/doc/
H A Dcollator_api.php151 public function sort( $arr, $sort_flags ) {}
165 public function asort( $arr, $sort_flags ) {}
295 function collator_sort( $coll, $arr, $sort_flags ) {}
308 function collator_asort( $coll, $arr, $sort_flags ) {}
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c266 static collator_compare_func_t collator_get_compare_function( const zend_long sort_flags ) in collator_get_compare_function()
298 zend_long sort_flags = COLLATOR_SORT_REGULAR; in collator_sort_internal() local

Completed in 8 milliseconds