errno = $_errno; $this->errmsg = $_errmsg; } function getErrno() { return $this->errno; } function getErrmsg() { return $this->errmsg; } } ?>