{% else-1 %}
Получаем title страницы

                        
<?php
$url = 'http://mastox.ru';
$file = file_get_contents($url);
$file = preg_match('|<title>(.*?)</title>|si',$file,$title);
echo $title['1'];
?>
1 57 0
Без комментариев...