CakeFest 2024: The Official CakePHP Conference

The Swoole\Serialize class

(PECL swoole >= 1.9.0)

Introduction

Synopsis de la classe

class Swoole\Serialize {
/* Méthodes */
public static pack(string $data, int $is_fast = ?): ReturnType
public static unpack(string $data, string $args = ?): ReturnType
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top