>FromYourCode();

Source code quote in PHP208

  3 August, 2014 at 01:32
// sleep 150s
for ($a = 0; $a < 150 ; $a++ ) { 
      sleep(1);
}

Check similar quotes

Share this quote