Posted by emrahayanoglu@gmail.com on 09/29/20 11:49
i tried like other languages. This is an example.
PHP5
class emr
{
function __construct($username)
{
}
function __construct($username, $password)
{
}
function __construct($username, $password, $name)
{
}
}
Then i have that error:Fatal error: Cannot redeclare emr::__construct()