|
substr_compareBinary safe comparison of two strings from an offset, up to length characters Description
int substr_compare(
string $haystack,string $needle,int $offset,intnull $length = null,bool $case_insensitive = false)
substr_compare compares Parameters
Return Values
Returns a value less than 0 if
If Changelog
Examples
Example #1 A substr_compare example See Also
|