how to stop a function?
edit: thx, i made an addition check not to allow 2nd execution of function in short-time, should work now i hope
PHP Code:
|
Re: how to stop a function?
Are you certain it isn't just doing action2() 3 seconds later?
return'ing out of the function will absolutely certainly stop anything after the "return" from happening |
Re: how to stop a function?
no, i have logging, action1() and action2() were executed in the same second
|
Re: how to stop a function?
And function() is only called once?
|
| All times are GMT -4. The time now is 02:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.