-1
將表達對preg_match_all怎麼得到這個字符串的內容部分:的Preg匹配正則表達式
< meta itemprop="url" content="whatever content is here" >
到目前爲止,我曾嘗試:
preg_match_all('| < meta itemprop=/"url/" content=/"(.*?)/" > |',$input,$outputArray);