From a1b259b2edffb4da722d2a00cffd846f213a9220 Mon Sep 17 00:00:00 2001 From: stefan_saasen Date: Sun, 16 Sep 2001 19:34:10 +0000 Subject: [PATCH] finished Translation of zip.xml; added EN-Revision tag to german translations of mine; typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57625 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/satellite.xml | 4 ++-- functions/wddx.xml | 4 ++-- functions/zip.xml | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/satellite.xml b/functions/satellite.xml index 62b225c5a7..681840d195 100644 --- a/functions/satellite.xml +++ b/functions/satellite.xml @@ -1,5 +1,5 @@ - + @@ -239,7 +239,7 @@ if (satellite_caught_exception()) { satellite_exception_id - Get the repository id for the latest excetpion. + Get the repository id for the latest exception. Description diff --git a/functions/wddx.xml b/functions/wddx.xml index 7f017bbc99..899f1ee020 100644 --- a/functions/wddx.xml +++ b/functions/wddx.xml @@ -1,5 +1,5 @@ - + WDDX functions WDDX @@ -249,7 +249,7 @@ print wddx_serialize_vars("a", "b", $clvars); - wddx_deserialized takes a + wddx_deserialize takes a packet string and deserializes it. It returns the result which can be string, number, or array. Note that structures are deserialized into associative arrays. diff --git a/functions/zip.xml b/functions/zip.xml index 20441040bf..b372e1ed35 100644 --- a/functions/zip.xml +++ b/functions/zip.xml @@ -1,5 +1,5 @@ - + Zip File Functions (Read Only Access) Zip @@ -35,7 +35,7 @@ This example opens a ZIP file archive, reads each file in the archive and prints out its contents. The - test2.php archive used in this example is + test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. @@ -134,7 +134,7 @@ if ($zip) { zip_entry_compressedsize - Retrive the Compressed Size of a Directory Entry + Retrieve the Compressed Size of a Directory Entry Description @@ -160,7 +160,7 @@ if ($zip) { zip_entry_compressionmethod - Retrive the Compression Method of a Directory Entry + Retrieve the Compression Method of a Directory Entry Description @@ -186,7 +186,7 @@ if ($zip) { zip_entry_filesize - Retrive the Actual File Size of a Directory Entry + Retrieve the Actual File Size of a Directory Entry Description @@ -212,7 +212,7 @@ if ($zip) { zip_entry_name - Retrive the Name of a Directory Entry + Retrieve the Name of a Directory Entry Description