Mick Harner
Results
2
comments of
Mick Harner
In addition to `strcmp()` and `substr_compare()` previously mentioned, the following can be added to the set of misleading documentations: - `strcasecmp()` - `strncmp()` - `strncasecmp()` https://3v4l.org/Kumk4
When used as the callback of array_uintersect*() or array_udiff*(), is there a performance benefit to the under-the-hood sorting if the return values of strcmp() (and other related comparison functions) can...