Hacker News new | past | comments | ask | show | jobs | submit login

In all versions of PHP, callbacks are extremely easy (no eval or variable-variables required). You just have to pass the name of function or method around and use the call_user_func() function to call it.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: