Files
jianfeng-server/vendor/swoole/ide-helper/output/swoole_serialize/namespace/Serialize.php
2025-10-02 10:33:06 +08:00

24 lines
258 B
PHP
Executable File

<?php
namespace Swoole;
class Serialize
{
/**
* @return mixed
*/
public static function pack($data, $flag = null)
{
}
/**
* @return mixed
*/
public static function unpack($string, $flag = null)
{
}
}