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

6 lines
125 B
PHP
Executable File

<?php
define('SWOOLE_FAST_PACK', 1);
define('UNSERIALIZE_OBJECT_TO_ARRAY', 1);
define('UNSERIALIZE_OBJECT_TO_STDCLASS', 2);