Swoole\Serialize::pack

(PECL swoole >= 1.9.0)

Swoole\Serialize::packSerialize the data.

Description

publicstaticSwoole\Serialize::pack(string$data, int$is_fast = ?): ReturnType

Swoole provides a fast and high performance serialization module.

Liste de paramètres

data

is_fast

Valeurs de retour

To Top