初始化代码
This commit is contained in:
23
vendor/swoole/ide-helper/output/swoole_serialize/namespace/Serialize.php
vendored
Normal file
23
vendor/swoole/ide-helper/output/swoole_serialize/namespace/Serialize.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
namespace Swoole;
|
||||
|
||||
class Serialize
|
||||
{
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public static function pack($data, $flag = null)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public static function unpack($string, $flag = null)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user