Reputation: 546035
Does PHP have the ability to watch a variable (or object property) and run a function when its value changes, similar to Gecko's Javascript watch
function?
Upvotes: 4
Views: 4310
Reputation: 4078
This would be possible when using XDebug along side an IDE like eclipse.
Upvotes: 0