Summery Summery
Return current array entry
Syntax Syntax
Return Return
(mixed) The current element value.
Source Source
File: wp-includes/sodium_compat/src/PHP52/SplFixedArray.php
public function current() { return current($this->internalArray); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |