git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225227 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2006-12-18 15:18:31 +00:00
parent 12bab98bb2
commit a482c268de

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ziparchive-extractto">
<refnamediv>
<refname>ZipArchive::extractTo</refname>
@ -73,7 +73,7 @@ if ($zip->open('test.zip') === TRUE) {
</programlisting>
</example>
<example>
<title>Extract only tow entries</title>
<title>Extract only two entries</title>
<programlisting role="php">
<![CDATA[
<?php