">
输入banner图图片脚本导航/分类

PHP的get_meta_tags()函数获取HTML的META信息

<无详细内容>
  1. //语法:
  2. //array get_meta_tags (string filename/URL [, int use_include_path])
  3. $meta_tags = get_meta_tags("example.html");
  4. print_r($meta_tags);
  5. ?>