我有一个抓取当前页面网址的脚本将其存储在变量中:
$page = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
然后我检查此网址以查找短语,以检查用户所在的页面。
if (strpos($page,'celtic') !== false) { echo 'this is the celtic page'; }
但是,我发现了一个错误。
如果域中包含短语celtic
,则无效。
如何仅测试网址的第3部分,以便在域名为www.celticfootball.com/teams/scotland/celtic/
时返回true。
答案 0 :(得分:1)
heavy_stuff.cache_info()