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
YOUR EXPENSIVE COMMUNITY WANTS SIMPLE TRANSMISSION OF CALLBACK FUNCTIONS AND METHODS INTO FUNCTIONS AND SO ON, FOR EXAMPLE LIKE IN JS:
function test() { return '123123' } function anotherFunction(callback) { console.log(callback()) } anotherFunction(test) // 123123
The text was updated successfully, but these errors were encountered:
That's already there: https://3v4l.org/OmeXT2 (or for old PHP versions: https://3v4l.org/Ofp2k).
Unfortunately, I cannot help with your broken caps lock key.
Sorry, something went wrong.
No branches or pull requests
YOUR EXPENSIVE COMMUNITY WANTS SIMPLE TRANSMISSION OF CALLBACK FUNCTIONS AND METHODS INTO FUNCTIONS AND SO ON, FOR EXAMPLE LIKE IN JS:
The text was updated successfully, but these errors were encountered: