文字

LZF 函数

Table of Contents

  • lzf_compress — LZF compression
  • lzf_decompress — LZF decompression
  • lzf_optimized_for — Determines what LZF extension was optimized for

用户评论:

[#1] grenier at cgsecurity dot org [2005-09-06 01:39:15]

To install lzf, you can use

gunzip lzf-xxx.tgz
tar -xvf lzf-xxx.tar
cd lzf-xxx
phpize
./configure && make && make install

上一篇: 下一篇: