svn: /phpdoc/de/trunk/reference/zip/ziparchive/ addfile.xml deletename.xml getfromindex.xml getfromname.xml unchangeall.xml unchangeindex.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Mon, 02 Aug 2010 12:44:33 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301786
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml
U phpdoc/de/trunk/reference/zip/ziparchive/deletename.xml
U phpdoc/de/trunk/reference/zip/ziparchive/getfromindex.xml
U phpdoc/de/trunk/reference/zip/ziparchive/getfromname.xml
U phpdoc/de/trunk/reference/zip/ziparchive/unchangeall.xml
U phpdoc/de/trunk/reference/zip/ziparchive/unchangeindex.xml
Modified: phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 297230 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-addfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/zip/ziparchive/deletename.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/deletename.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/deletename.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 299479 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-deletename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -44,13 +44,15 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
- <title>Eine Datei unter Verwendung ihres Namens aus dem Archiv löschen</title>
+ <title>Eine Datei und ein Verzeichnis unter Verwendung ihrer Namen aus
+ einem Archiv löschen</title>
<programlisting role="php">
<![CDATA[
<?php
$zip = new ZipArchive;
if ($zip->open('test1.zip') === TRUE) {
$zip->deleteName('testfromfile.php');
+ $zip->deleteName('testDir/');
$zip->close();
echo 'ok';
} else {
Modified: phpdoc/de/trunk/reference/zip/ziparchive/getfromindex.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/getfromindex.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/getfromindex.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 297230 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-getfromindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/zip/ziparchive/getfromname.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/getfromname.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/getfromname.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 297230 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-getfromname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/zip/ziparchive/unchangeall.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/unchangeall.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/unchangeall.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 297230 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-unchangeall" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/zip/ziparchive/unchangeindex.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/unchangeindex.xml 2010-08-02 11:57:01 UTC (rev 301785)
+++ phpdoc/de/trunk/reference/zip/ziparchive/unchangeindex.xml 2010-08-02 12:44:33 UTC (rev 301786)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 297224 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.ziparchive-unchangeindex" xmlns="http://docbook.org/ns/docbook">
<refnamediv>