A.26. Streams

PHP streams implementations and utilities

A.26.1. bz2_filter

Repository: PECL - License: PHP - By Sara Golemon (lead)

bz2 filter implementation backport for PHP 5.0

A.26.1.1. Description

bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.

A.26.2. oggvorbis

Repository: PECL - License: PHP - By Sara Golemon (lead)

OGG wrapper for OGG/Vorbis files

A.26.2.1. Description

fopen wrapper for OGG/Vorbis ...

Get PHP 5 Power Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.