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_all ile meta tagları öğrenmek (https://www.ircforumlari.net/php/629366-preg_match_all-ile-meta-taglari-ogrenmek.html)

hAte 17 Ekim 2014 16:23

preg_match_all ile meta tagları öğrenmek
 
PHP- Kodu:

function get_meta_content($file){ 
$h1count preg_match_all('/(<meta)(.*="(.*)").\/>/ix',$file,$patterns); 
$res = array(); 
array_push($res,$patterns[2]); 
array_push($res,count($patterns[2])); 
return 
$res




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

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