Cannot find docs describing what is the difference between
$object = new myClass();
and
$object = new myClass;
Whats the point ?
Cannot find docs describing what is the difference between
$object = new myClass();
and
$object = new myClass;
Whats the point ?