mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] fixed typo (#1401)
This commit is contained in:
parent
90242f8793
commit
f0e6ac0428
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ fclose($sock);
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
/* Create a compressed file containing an arbitrarty string
|
||||
/* Create a compressed file containing an arbitrary string
|
||||
* File can be read back using compress.zlib stream or just
|
||||
* decompressed from the command line using 'gzip -d foo-bar.txt.gz'
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue