0) { $this->speed *= (100 / $percentage); } return $this->speed; } /** * Sleep for the specified amount of time */ public function sleep() { usleep($this->speed); } }