//mailto:が使用されているメールアドレス
preg_match_all("/mailto:(.+?)"/s", $html2, $matches);
//mailto:は使用されておらず、@を基準に判別
preg_match_all('/[-.w/]+@[-._[:lower:]d]+.[[:lower:]]{2,4}/s', $html2, $matches);
…
Apacheのチューニングについて。
今のところ、大丈夫かなと思いますが、いずれ試してみようと思います。
http://tech.bayashi.net/svr/doc/apache/tune.html hostingreviewssite.com
graffiti on the web
この投稿へのコメント
コメントはまだありません。