|
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 Changelog
Examples
Example #1 A substr_compare example
See Also
|