$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…
Apacheのチューニングについて。
今のところ、大丈夫かなと思いますが、いずれ試してみようと思います。
http://tech.bayashi.net/svr/doc/apache/tune.html hostingreviewssite.com
この投稿へのコメント
コメントはまだありません。