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 image elamanın src dosyasını öğrenmek (https://www.ircforumlari.net/php/629364-preg_match_all-ile-image-elamanin-src-dosyasini-ogrenmek.html)

hAte 17 Ekim 2014 16:20

preg_match_all ile image elamanın src dosyasını öğrenmek
 
PHP- Kodu:

function get_images($file){ 
$h1count preg_match_all('/(<img)\s (src="([a-zA-Z0-9\.;:\/\?&=_|\r|\n]{1,})")/isxmU',$file,$patterns); 
$res = array(); 
array_push($res,$patterns[3]); 
array_push($res,count($patterns[3])); 
return 
$res




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

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