Читать книгу PHP This! A Beginners Guide to Learning Object Oriented PHP - Michelle Gosney - Страница 15
Method Overloading
ОглавлениеMethod overloading is where a class has two or more functions of the same name, but accepting a different number and/or data types of parameters.