Exibir a lista drop-down

get_meta_tags()

« get_magic_quotes_runtime | get_required_files »
<?php
$array 
get_meta_tags (
    
// string $filename
    
?  // [bool $use_include_path = false]
);
?>
resultado
$array = [
  
'viewport' => 'width=device-width, initial-scale=1',
]
Exemplos
#1 get_meta_tags  ("http://www.example.com/")
Veja também
htmlentities, urlencode