Home  >  Article  >  Backend Development  >  PHP's get_meta_tags() function obtains HTML's META information

PHP's get_meta_tags() function obtains HTML's META information

WBOY
WBOYOriginal
2016-07-25 09:11:231065browse
  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. ?>
复制代码


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn