Documentation ¶
Index ¶
Constants ¶
View Source
const ( IS_LONG = 1 IS_DOUBLE = 2 // not supported )
Variables ¶
This section is empty.
Functions ¶
func SortRegular ¶
func SortRegular(strings []string)
func ZendSort ¶ added in v1.2.0
func ZendSort(base []string, cmp compareFunc, swp swapFunc)
https://github.com/php/php-src/blob/0a0e8064e044b133da423952d8e78d50c4841a2e/Zend/zend_sort.c#L248
func ZendiSmartStrcmp ¶ added in v1.2.0
if s1 is larger, return 1 if s2 is larger, return -1 https://github.com/php/php-src/blob/98b43d07f9d0bea021c8fd6bda70bfdbbb7a6b7f/Zend/zend_operators.c#L3323
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.