PHP » PYTHON |
login |
register |
about
|
import bz2 result = bz2.BZ2File(filename) result = bz2.BZ2File(filename, mode) bzopen(PHP 4 >= 4.0.4, PHP 5) bzopen — Opens a bzip2 compressed file Description
resource bzopen
( string $filename
, string $mode
)
bzopen() opens a bzip2 (.bz2) file for reading or writing. Parameters
Return ValuesIf the open fails, bzopen() returns FALSE, otherwise it returns a pointer to the newly opened file. Examples
Example #1 bzopen() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|