Skip to content
New issue

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

WE REQUIRE SIMPLIFIED CALLBACK FUNCTION TRANSMISSION. #1201

Closed
arseniy985 opened this issue Jan 8, 2025 · 1 comment
Closed

WE REQUIRE SIMPLIFIED CALLBACK FUNCTION TRANSMISSION. #1201

arseniy985 opened this issue Jan 8, 2025 · 1 comment

Comments

@arseniy985
Copy link

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
@cmb69
Copy link
Member

cmb69 commented Jan 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants