php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_types.h"
Go to the source code of this file.
Functions | |
ZEND_API void | zend_sort (void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) |
ZEND_API void | zend_insert_sort (void *base, size_t nmemb, size_t siz, compare_func_t cmp, swap_func_t swp) |
ZEND_API void zend_insert_sort | ( | void * | base, |
size_t | nmemb, | ||
size_t | siz, | ||
compare_func_t | cmp, | ||
swap_func_t | swp ) |
Definition at line 84 of file zend_sort.c.
ZEND_API void zend_sort | ( | void * | base, |
size_t | nmemb, | ||
size_t | siz, | ||
compare_func_t | cmp, | ||
swap_func_t | swp ) |
Definition at line 248 of file zend_sort.c.