CakeFest 2024: The Official CakePHP Conference

Класс Swoole\Serialize

(PECL swoole >= 1.9.0)

Введение

Обзор классов

class Swoole\Serialize {
/* Методы */
public static pack(string $data, int $is_fast = ?): ReturnType
public static unpack(string $data, string $args = ?): ReturnType
}

Содержание

add a note

User Contributed Notes

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