Function __global->strnatcasecmp

Definitions

sources_custom/phpstub.php

  • Case-insensitive string comparisons using a "natural order" algorithm.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$str1 string required parameter N/A N/A The first string
$str2 string required parameter N/A N/A The second string

Return

  • <0 if s1<s2, 0 if s1=s2, >1 if s1>s2
  • Type: integer
  • Set: N/A
  • Range: N/A