We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If calling this within a class method, How would I reference another class method instead of naming a function using a string?
$parallelcurl->startRequest('http://example.com', <how to call a class method>, array('something'));
The text was updated successfully, but these errors were encountered:
Right now you need a regular function that calls the class method, using a class object stored in the cookie data.
Sorry, something went wrong.
you can use the
function () use syntax
http://stackoverflow.com/questions/1065188/in-php-5-3-0-what-is-the-function-use-identifier
No branches or pull requests
If calling this within a class method, How would I reference another class method instead of naming a function using a string?
The text was updated successfully, but these errors were encountered: