IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   PHP (https://www.ircforumlari.net/php/)
-   -   preg_match ile sayfanın title başlığını öğrenmek (https://www.ircforumlari.net/php/643910-preg_match-ile-sayfanin-title-basligini-ogrenmek.html)

hAte 11 Kasım 2014 04:59

preg_match ile sayfanın title başlığını öğrenmek
 
PHP- Kodu:

function get_doc_title($file){ 
$h1tags preg_match('/<title> ?.* <\/title>/isx',$file,$patterns); 
$res = array(); 
array_push($res,$patterns[0]); 
array_push($res,count($patterns[0])); 
return 
$res




Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 03:13.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk