PHP » GoLang |
login |
register |
about
|
substr_compare(PHP 5, PHP 7) substr_compare — Binary safe comparison of two strings from an offset, up to length characters Description
int substr_compare
( string
$main_str
, string $str
, int $offset
[, int $length
[, bool $case_insensitivity = FALSE
]] )
substr_compare() compares Parameters
Return Values
Returns < 0 if Changelog
Examples
Example #1 A substr_compare() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|