|
substr_compare指定した位置から指定した長さの 2 つの文字列について、バイナリ対応で比較する 説明
int substr_compare(
string $haystack,string $needle,int $offset,intnull $length = null,bool $case_insensitive = false)
substr_compare は、 パラメータ
戻り値
変更履歴
例
例1 substr_compare の例 参考
|