Files
Smart-Farm/vendor/swoole/ide-helper/output/swoole_serialize/constants.php
2025-12-22 14:34:25 +08:00

6 lines
125 B
PHP

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