PHP言語get_meta_tags()関数の使い方

1.説明
array get_meta_tags(string filename, int [use_include_path]);
2.サンプルコード下記
$tags = get_meta_tags('http://www.XXX.com’);
echo $tags['author’];
echo $tags['keywords’];
echo $tags['description’];

 

Source

Posted by arkgame