Focus mode
public function __construct(){
echo 'SINIF BAŞLADI';
}
public function __destruct(){
echo 'SINIF SONLANDI';
}
Bir sınıf başlatıldığında çalışacak ilk method __construct()
son method __destruct()
methodlarıdır.
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!