有沒有聽被重寫變量的方式...PHP聽VAR覆蓋
一個虛構的例子:
<?php
$user = new user_class();
function callback_foo(){
die('Do not override this variable you are not permited...');
}
listen_var_change('user','callback_foo');
?>
我希望上面的代碼會解釋什麼,我想要做的,我只是想確保var是恆定的。 我不能使用define()
它是不會允許對象|陣列
乾杯。
我一年前看過這個,但我認爲這樣做,它只是'foobar'應儘可能短,我會嘗試一些事情和儘快給您回覆 :) – Val