Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
Bzip2 Compression Functions
: bzcompress
bzcompress
Compress a string into bzip2 encoded data
(
PHP 4 >= 4.3.3, PHP 5, PECL bz2:1.0
)
mixed
bzcompress
(
string
source
[,
int
blocksize
[,
int
workfactor
]] )
Example 358. Compressing data
copy to clipboard
<?php
$str
=
"sample data"
;
$bzstr
=
bzcompress
(
$str
,
9
);
echo
$bzstr
;
?>
<< bzclose
PHP
:
Function Reference
:
Bzip2 Compression Functions
: bzcompress
bzdecompress >>
Change Language
bzclose
bzcompress
bzdecompress
bzerrno
bzerror
bzerrstr
bzflush
bzopen
bzread
bzwrite