Serialize PHP value to msgpack
| Parameters: | mixed – |
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException on msgpack error |
Deserialize msgpack string to PHP value
| Parameters: | string – |
|---|---|
| Return type: | mixed |
| Throws : | ExceptionRuntimeException on msgpack error |