D Documentation  
compress
void[] compress(void[] buf);


Compress the data in buf and return the compressed data. The buffers returned from successive calls to this should be concatenated together.

Example
Todo
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.