[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Iterator for arrays requiring filtered values
File Size: | 97 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct($data, $callback) X-Ref |
Create a new iterator param: array $data The array or object to be iterated on. param: callable $callback Callback to be called on each value |
__unserialize($data) X-Ref |
Prevent unserialization of the object for security reasons. param: array $data Restored array of data originally serialized. return: void |
__wakeup() X-Ref |
Perform reinitialization tasks. Prevents a callback from being injected during unserialization of an object. return: void |
current() X-Ref |
Get the current item's value after filtering return: string |
unserialize($data) X-Ref |
Prevent creating a PHP value from a stored representation of the object for security reasons. param: string $data The serialized string. return: void |
Generated : Thu Sep 19 08:20:01 2024 | Cross-referenced by PHPXref |