Retrieves a parameter from the request.
Parameters
$offsetstringrequired- Parameter name.
Source
#[ReturnTypeWillChange]
public function offsetGet( $offset ) {
return $this->get_param( $offset );
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Retrieves a parameter from the request.
$offsetstringrequired#[ReturnTypeWillChange]
public function offsetGet( $offset ) {
return $this->get_param( $offset );
}
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.