//mailto:が使用されているメールアドレス
preg_match_all("/mailto:(.+?)"/s", $html2, $matches);
//mailto:は使用されておらず、@を基準に判別
preg_match_all('/[-.w/]+@[-._[:lower:]d]+.[[:lower:]]{2,4}/s', $html2, $matches);
…
PEARインストール
# yum -y install php-pear
PEARのバージョンを確認
# pear -V
graffiti on the web
この投稿へのコメント
コメントはまだありません。