php unset引用變量後不會刪除值

$a =123; $b = &$a; unset($a); echo $b; 結果仍是:123
相關文章
相關標籤/搜索