Custom Functions Issue
hemal8976 opened this issue · 2 comments
hemal8976 commented
I have added functions file to composer autoload files and i am able to call custom function (user defined function) with Worker\enqueueCallable('myFunction',$arg1,$arg2,$arg3);
But inside myFunction code, i am unable to call php core functions like milliseconds()
. How will i be able to use it?
kelunik commented
milliseconds isn't a core function, where does it come from?
hemal8976 commented
milliseconds isn't a core function, where does it come from?
Sorry my misunderstanding. Ignore this.
Thanks for help