Igbinary是php序列化(serialize)的替代方案。Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
10/10/19 Igbinary Open Source serialize Igbinaryの続きを見る