Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] Compression to RAM From: Andi Gutmans (andi <email protected>)
Date: 07/09/00

Check out gzcompress()

Andi

At 03:13 PM 7/9/00 +0200, AK47 wrote:
>Is it possible to compress a text buffer directly to memory
>without passing through a file? An obvious solution could be
>using gz functions to write files to a RAM disk, but I don't
>like too much this solution...
>
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>For additional commands, e-mail: php-general-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>