php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strnatcmp.c File Reference
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include "php.h"
#include "php_string.h"

Go to the source code of this file.

Functions

PHPAPI int strnatcmp_ex (char const *a, size_t a_len, char const *b, size_t b_len, bool is_case_insensitive)
 

Function Documentation

◆ strnatcmp_ex()

PHPAPI int strnatcmp_ex ( char const * a,
size_t a_len,
char const * b,
size_t b_len,
bool is_case_insensitive )

Definition at line 88 of file strnatcmp.c.