LostHighway LostHighway 28.09.2013, 02:24:55 3 + Pokaż spoiler class Konto {Pokaż spoiler public function Usun() {Pokaż spoiler unset( $this );Pokaż spoiler }Pokaż spoiler }Pokaż spoiler $konto = new Konto();Pokaż spoiler $konto->Usun();Pokaż spoiler#php #dobranoc
L.....a konto usunięte 28.09.2013, 02:26:23 1 + @LostHighway: Przez Ciebie w kółko słucham "Partyzanta" ლ(́◉◞౪◟◉‵ლ)
class Konto {
public function Usun() {
unset( $this );
}
}
$konto = new Konto();
$konto->Usun();
#php #dobranoc