Quote:
|
Originally Posted by Stefan
You can still do stuff like this though:
PHP Code:
function test() {
switch (params.size()) {
...
}
}
|
So if you send a function unnamed parameters they're loaded into the params array?
Is it possible to call event handlers when the event hasn't occured? I wouldn't really recommend this either.
Also, would setTimer(0) immediately call onTimeOut?