Collection of Linux, Apache, Mysql and Php Interview Questions
<?php class myClass { function myClass() { echo "In class name"; } function __construct() { echo "In __construct"; } } $obj = new myClass(); ?>
No comments:
Post a Comment