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 doctype öğrenmek (https://www.ircforumlari.net/php/643909-preg_match-ile-sayfanin-doctype-ogrenmek.html)

hAte 11 Kasım 2014 04:58

preg_match ile sayfanın doctype öğrenmek
 
PHP- Kodu:

function get_doctype($file){ 
$h1tags preg_match('/<!DOCTYPE (\w.*)dtd">/is',$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: 17:50.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net