inforesim adlı üyeden alıntı: mesajı görüntüle
meta tag çekebilmek için boşa kendinizi yormaya gerek yok

http://php.net/manual/en/function.get-meta-tags.php

<?php
// Assuming the above tags are at www.example.com
$tags = get_meta_tags('http://www.example.com/');

// Notice how the keys are all lowercase now, and
// how . was replaced by _ in the key.
echo $tags['author'];       // name
echo $tags['keywords'];     // php documentation
echo $tags['description'];  // a php manual
echo $tags['geo_position']; // 49.33;-86.59
?>
Konuyu okusaydın meta tag çekmeye çalışmadıklarını anlayabilirdin.