The Function Method¶
By Brent Roose
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¶
method function [Try me]