|
|
|
สอบถามเกี่ยวกับ เครื่องหมายใน PHP preg_match_all หน่อยครับ |
|
|
|
|
|
|
|
Code (PHP)
$ch=curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://www.gsmarena.com/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$rawtext=curl_exec($ch);
curl_close($ch);
preg_match('/<div\s*id\=\"brandmenu\">(?:.(?!<\/ul>))*.<\/ul>/sim',$rawtext, $temp);
$temp=$temp[0];
preg_match_all('/<a\s+href\=[\"\\\']([^\"\\\']*)[\"\\\']/', $temp, $temp);
จากด้านบน ผมไม่เข้าใจว่า เครื่องหมายต่างๆ ใน /<div\s*id\=\"brandmenu\">(?:.(?!<\/ul>))*.<\/ul>/sim และ /<a\s+href\=[\"\\\']([^\"\\\']*)[\"\\\']/ มันมีความหมายว่าอย่างไร มีใครพอจะแนะนำได้ไหม? ขอแบบละเอียดๆ หน่อย นะครับ หรือ มี web แนะนำใหม? ครับ
ขอบคุณมากครับ
Tag : PHP, HTML/CSS, JavaScript, jQuery
|
|
|
|
|
|
Date :
2012-06-12 08:11:56 |
By :
เรก |
View :
1514 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://www.nextproject.net/contents/default.aspx?00103
|
|
|
|
|
Date :
2012-06-12 08:20:28 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆ ครับ
|
|
|
|
|
Date :
2012-06-12 08:30:00 |
By :
เรก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|