this program is not run succssfully.
<?php interface Mail { public function sendMail(); }; class abj implements Mail { function sendMail($a) { return $a; } } $mail=new obj(); echo $mail->sendMail(1); ?>Error:
PHP Fatal error: Declaration of abj::sendMail() must be compatible with that of Mail::sendMail() in /var/www/html/database.php on line 8