11-27-2009, 11:13 PM
|
#1 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Does PHP allow this?
Does PHP allow multiple methods inside a class with the same name but with different arguments?
PHP Code:
public function myFunction($argument) { }
public function myFunction($argument, $argument2) { }
??
__________________
|
|
|
|