| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 432 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ArrayObject:: (26 methods):
__construct()
__isset()
__set()
__unset()
__get()
append()
asort()
count()
exchangeArray()
getArrayCopy()
getFlags()
getIterator()
getIteratorClass()
ksort()
natcasesort()
natsort()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
serialize()
setFlags()
setIteratorClass()
uasort()
uksort()
unserialize()
Class: ArrayObject - X-Ref
Custom framework ArrayObject implementation| __construct($input = array() X-Ref |
| Constructor param: array $input param: int $flags param: string $iteratorClass |
| __isset($key) X-Ref |
| Returns whether the requested key exists param: mixed $key return: bool |
| __set($key, $value) X-Ref |
| Sets the value at the specified key to value param: mixed $key param: mixed $value return: void |
| __unset($key) X-Ref |
| Unsets the value at the specified key param: mixed $key return: void |
| __get($key) X-Ref |
| Returns the value at the specified key by reference param: mixed $key return: mixed |
| append($value) X-Ref |
| Appends the value param: mixed $value return: void |
| asort() X-Ref |
| Sort the entries by value return: void |
| count() X-Ref |
| Get the number of public properties in the ArrayObject return: int |
| exchangeArray($data) X-Ref |
| Exchange the array for another one. param: array|ArrayObject $data return: array |
| getArrayCopy() X-Ref |
| Creates a copy of the ArrayObject. return: array |
| getFlags() X-Ref |
| Gets the behavior flags. return: int |
| getIterator() X-Ref |
| Create a new iterator from an ArrayObject instance return: \Iterator |
| getIteratorClass() X-Ref |
| Gets the iterator classname for the ArrayObject. return: string |
| ksort() X-Ref |
| Sort the entries by key return: void |
| natcasesort() X-Ref |
| Sort an array using a case insensitive "natural order" algorithm return: void |
| natsort() X-Ref |
| Sort entries using a "natural order" algorithm return: void |
| offsetExists($key) X-Ref |
| Returns whether the requested key exists param: mixed $key return: bool |
| offsetGet($key) X-Ref |
| Returns the value at the specified key param: mixed $key return: mixed |
| offsetSet($key, $value) X-Ref |
| Sets the value at the specified key to value param: mixed $key param: mixed $value return: void |
| offsetUnset($key) X-Ref |
| Unsets the value at the specified key param: mixed $key return: void |
| serialize() X-Ref |
| Serialize an ArrayObject return: string |
| setFlags($flags) X-Ref |
| Sets the behavior flags param: int $flags return: void |
| setIteratorClass($class) X-Ref |
| Sets the iterator classname for the ArrayObject param: string $class return: void |
| uasort($function) X-Ref |
| Sort the entries with a user-defined comparison function and maintain key association param: callable $function return: void |
| uksort($function) X-Ref |
| Sort the entries by keys using a user-defined comparison function param: callable $function return: void |
| unserialize($data) X-Ref |
| Unserialize an ArrayObject param: string $data return: void |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |