The Swoole\Serialize class

Introduction

Class synopsis

Swoole\Serialize
class Swoole\Serialize {
/* Methods */
public static ReturnType pack(string $data, int $is_fast = ?)
public static ReturnType unpack(string $data, string $args = ?)
}
Table of Contents