is it possible to create methods with parameters in $app->register · Issue #397 · klein/klein.php · GitHub
More Web Proxy on the site http://driver.im/
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
As title indicates, i am wondering whther it is possible to create a method like
`$app->register('abc', function($a, $b) {
});`
and then use it like
echo $app->abc("hello", "xxx");
Thanks.
The text was updated successfully, but these errors were encountered: