php | 15:34 | phpでmetaタグをとってくる簡単な方法はないかなーとググってたら見つけましたhttp://webcross01.net/archives/361.html$get_headers = get_headers("http://www.example.com/");if (preg_match(’/404/’,$get_headers[0])){//404の場合}$tags = get_meta_tags(’http://www.example.com/’);// すべてのキーが小文字であり、. (ピリオド) が _ に置換されていることに注目してください。echo $tags['author']; // nameecho $tags['keywords']; // php documentationecho $tags['description']; // a