pack($arr); $ser2 = $obj->pack($arr,SWOOLE_FAST_PACK); var_dump($obj->unpack($ser)); var_dump($obj->unpack($ser2)); ?>