how to uncompress the .bz2 ?

how to uncompress the .bz2 ?

i download the php 4.3.4, but its .bz2 file.
i dont know how to uncompress it.

which command i should use
thanx.
tar -xvjpf ??????.bz2
tar jxvf file.tar. bz2
也可以
bzip2  file.tar.bz2     得到file.tar
tar   file.tar
bunzip2 *.bz2