http://d.hatena.ne.jp/KishikawaKatsumi/20081121/1227275688
http://unicode.org/reports/tr35/tr35-6.html#Date_Format_Patterns
$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.stristr.php
この投稿へのコメント
コメントはまだありません。