[PHP] pobierz, plaintext <?phpclass x {public $i=2;}$obj=new x();$b=$obj->i;echo($b);?>[PHP] pobierz, plaintext