显示文本框

stripos()

« stripcslashes | stripslashes »
<?php
$int 
stripos (
    
// string $haystack
    
// string $needle
    
  // [int $offset = 0]
);
?>
结果
$int = false
示例
#1 stripos  ("xyz",
 
"a")
#2 stripos  ("ABC",
 
"a")
另请参阅
grapheme_stripos, mb_stripos, str_ireplace, stristr, strpos, strripos, strrpos, substr