我需要从 URL 地址中检索 iTunes 应用程序 ID。
https://itunes.apple.com/us/app/angry-birds-star-wars/id557137623?mt=8
我使用了 strpos(),但是这个没有用。
如何从该地址获取 id 后的数字?
$url = 'https://itunes.apple.com/us/app/angry-birds-star-wars/id557137623?mt=8';
$结果 = '557137623'
结果将是这样的。