msgpack-php icon indicating copy to clipboard operation
msgpack-php copied to clipboard

Please add a way to pack string into msgpack bin type

Open hanbing0715 opened this issue 9 years ago • 1 comments

like said in title in msgpack-php we can unpack msgpack bin into php string but no way to pack string into msgpack bin how about add a option like msgpack-python's use_bin_type when it's true transfrom php string into msgpack bin

hanbing0715 avatar Jun 22 '16 08:06 hanbing0715

Quite surprised this is not implemented in the official PHP package.

For those who still need it: there is an implementation in pure PHP that has a feature to pack strings to bin type: https://github.com/rybakit/msgpack.php

maks-rafalko avatar Jan 16 '20 11:01 maks-rafalko