我的值存儲在()內的字符串中。我需要返回這個值來檢查它是否爲空。如何在php中找到字符串中的值
$variable = "<a href=\"http://www.link-url.ext\">My Link</a> (55)";
$value = "55"; // how do I get the value?
if($value < 1) {
// no link
} else {
// show link
}
此代碼將用於顯示在Wordpress中沒有帖子的鏈接。
或者strpos及其變體。 – Aaron 2010-06-18 16:08:32