Swoole\Serialize
PHP Manual

Swoole\Serialize::pack

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Serialize::packSerialize the data.

说明

public static ReturnType Swoole\Serialize::pack ( string $data [, int $is_fast ] )

Swoole provides a fast and high performance serialization module.

参数

data

is_fast

返回值


Swoole\Serialize
PHP Manual