ChannelAdvisorインベントリリストのページ番号を抽出しようとしていますが、常にEMPTYが出力されます。
これが私のコードです:
<?php
$url = "https://merchant.channeladvisor.com/AM/MyInventory/View_Inventory.aspx?apid=32001263";
$str = file_get_contents($url);
preg_match('/<span id="Surround_ctl00_Surround_Content_Paging_ctl00_l1"> of (.*?)<\/span> /',$str,$as);
var_dump($as);
?>
340を抽出しようとしています。