mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
correct typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
96b57a4f44
commit
920bf84d32
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.compress">
|
||||
<refnamediv>
|
||||
<refname>Phar::compress</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
&phar.write;
|
||||
|
||||
<para>
|
||||
For tar-based abd phar-based phar archives, this method compresses the entire archive using
|
||||
For tar-based and phar-based phar archives, this method compresses the entire archive using
|
||||
gzip compression or bzip2 compression. The resulting file can be processed with the
|
||||
gunzip command/bunzip command, or accessed directly and transparently with the Phar
|
||||
extension.
|
||||
|
|
Loading…
Reference in a new issue