$string = 'Hello World!';
if(stristr($string, 'earth') === FALSE) {
echo '"earth" not found in string';
}
// 出力は "earth" not found in string となります
参照元:http://www.php.net/manual/ja/function.st…
http://www.bright-sys.co.jp/blog/iphone-corelocation-1/
http://www.bright-sys.co.jp/blog/iphone-corelocation-2/
graffiti on the web
この投稿へのコメント
コメントはまだありません。