Source

						public function write($data) {
		fwrite($this->_resource, $data);
	}