You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry my ignorance, I would like to call a function that is outside the anonymous function, but doing so indicates that the function called "myFunction ()" does not exist, when in fact it does.
How can I call an external function?
for ($ i = 0; $ i <count ($ result ['data']); $ i ++)
{
$ domain = $ result ['data'] [$ i] [6];
$ pool [] = async (function () use ($ arg)
{
return myFunction ($ arg);
}) -> then (function ($ response) use ($ arg)
{
var_dump ($ response);
});
}
From already thank you very much.
The text was updated successfully, but these errors were encountered:
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Hello and in advance, thank you very much.
Sorry my ignorance, I would like to call a function that is outside the anonymous function, but doing so indicates that the function called "myFunction ()" does not exist, when in fact it does.
How can I call an external function?
From already thank you very much.
The text was updated successfully, but these errors were encountered: