Go to the source code of this file.
◆ bzclose()
- Parameters
-
resource | $bz | @implementation-alias fclose |
Definition at line 30 of file bz2.stub.php.
◆ bzcompress()
bzcompress |
( |
string | $data, |
|
|
int | $block_size = 4, |
|
|
int | $work_factor = 0 ) |
◆ bzdecompress()
bzdecompress |
( |
string | $data, |
|
|
bool | $use_less_memory = false ) |
◆ bzerrno()
◆ bzerror()
- Parameters
-
- Returns
- array<string, int|string> @refcount 1
Definition at line 43 of file bz2.stub.php.
◆ bzerrstr()
◆ bzflush()
- Parameters
-
resource | $bz | @implementation-alias fflush |
Definition at line 24 of file bz2.stub.php.
◆ bzopen()
bzopen |
( |
| $file, |
|
|
string | $mode ) |
@generate-class-entries
- Parameters
-
- Returns
- resource|false
Definition at line 9 of file bz2.stub.php.
◆ bzread()
bzread |
( |
| $bz, |
|
|
int | $length = 1024 ) |
◆ bzwrite()
bzwrite |
( |
| $bz, |
|
|
string | $data, |
|
|
?int | $length = null ) |
- Parameters
-
resource | $bz | @implementation-alias fwrite |
Definition at line 18 of file bz2.stub.php.