Reads a line from input.

Returns

string

Source

						public function input() {
		return fgets($this->input);
	}