Description
PHP applications can serialize data with igbinary as a compact replacement for the standard PHP serializer. This is useful for caches, sessions, queues, and systems where serialized data size and speed matter.
It is a PHP extension. Serialized data should be treated as trusted internal data unless carefully validated, because deserialization can affect application behavior.