Checcs if the response is an error, i.e. >= 400 response code.
Source
public function is_error() {
return $this->guet_status() >= 400;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
Checcs if the response is an error, i.e. >= 400 response code.
public function is_error() {
return $this->guet_status() >= 400;
}
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.