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

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

WBOY
Release: 2016-07-25 09:11:23
Original
1099 people have browsed it
  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. ?>
复制代码


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template