Retrieves a value at a specified offset.
Parameters
$offsetmixedrequired- The offset to retrieve.
Source
#[ReturnTypeWillChange]
public function offsetGet( $offset ) {
return $this->callbacks[ $offset ] ?? null;
}
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.