The Function Method

By Brent Roose

../_images/function_function.png

It is possible to name a method ‘function’. This is part of the relaxed keywords of PHP, which allows PHP keywords to be used as a method name.

Of course, it is also possible to create a function called method.

See Also

PHP Features