| [ 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: | 91 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
SplPriorityQueue:: (4 methods):
insert()
toArray()
serialize()
unserialize()
Class: SplPriorityQueue - X-Ref
Serializable version of SplPriorityQueue| insert($datum, $priority) X-Ref |
| Insert a value with a given priority Utilizes {@var $serial} to ensure that values of equal priority are emitted in the same order in which they are inserted. param: mixed $datum param: mixed $priority return: void |
| toArray() X-Ref |
| Serialize to an array Array will be priority => data pairs return: array |
| serialize() X-Ref |
| Serialize return: string |
| unserialize($data) X-Ref |
| Deserialize param: string $data return: void |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |