update : 2015.11.03
php.shukuma.com검색:
|
substr_compare(PHP 5) substr_compare — Binary safe comparison of two strings from an offset, up to length characters 설명
int substr_compare
( string
$main_str
, string $str
, int $offset
[, int $length
[, bool $case_insensitivity = false
]] )
substr_compare() compares 인수
반환값
Returns < 0 if 변경점
예제
Example #1 A substr_compare() example
<?php |