显示文本框

get_meta_tags()

« get_magic_quotes_runtime | get_required_files »
<?php
$array 
get_meta_tags (
    
// string $filename
    
?  // [bool $use_include_path = false]
);
?>
结果
$array = [
  
'viewport' => 'width=device-width, initial-scale=1',
]
示例
#1 get_meta_tags  ("http://www.example.com/")
另请参阅
htmlentities, urlencode