title = $title; } public function __invoke() { cli_set_process_title("php {$this->title}"); print("* {$this->title}"); sleep(1); print("\r {$this->title}\n"); } }