Help for this page

Select Code to Download


  1. or download this
    $p->ping($target, 2)
    
  2. or download this
    while (1) {
        $p->ping($target, 2);
        sleep 5;
    }