Ds\PriorityQueue::jsonSerialize
PHP Manual
PHP Manual»Ds\PriorityQueue»Ds\PriorityQueue::jsonSerialize

Ds\PriorityQueue::jsonSerialize

(PECL ds >= 1.0.0)

Ds\PriorityQueue::jsonSerializeReturns a representation that can be converted to JSON

Description

See JsonSerializable::jsonSerialize()

Note:

You should never need to call this directly.

To Top