hostsファイルの設定を変えた場合は、
# /etc/rc.d/init.d/network resatart
または、
# /etc/rc.d/init.d/network reload
で反映させる。
$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
この投稿へのコメント
コメントはまだありません。