Bu sınıf adı yapıcısı olarak aynı adı taşıyan bu yöntemi kapatmak mümkün mü? PHP.
İşte bir örnek ...
class Foo {
function foo() { // This would be the constructor, but I don't want to... ='(
echo 'I was here!';
}
}
$foo = new Foo;
Ubuntu üzerinde PHP v5.3.2.