mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
096d4d2cae
commit
a1b259b2ed
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- Author: David Eriksson <david@2good.com> -->
|
||||
|
||||
<reference id="ref.satellite">
|
||||
|
@ -239,7 +239,7 @@ if (satellite_caught_exception()) {
|
|||
<refentry id="function.satellite-exception-id">
|
||||
<refnamediv>
|
||||
<refname>satellite_exception_id</refname>
|
||||
<refpurpose>Get the repository id for the latest excetpion.</refpurpose>
|
||||
<refpurpose>Get the repository id for the latest exception.</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.wddx">
|
||||
<title>WDDX functions</title>
|
||||
<titleabbrev>WDDX</titleabbrev>
|
||||
|
@ -249,7 +249,7 @@ print wddx_serialize_vars("a", "b", $clvars);
|
|||
</funcsynopsis>
|
||||
|
||||
<para>
|
||||
<function>wddx_deserialized</function> takes a
|
||||
<function>wddx_deserialize</function> takes a
|
||||
<parameter>packet</parameter> string and deserializes it. It
|
||||
returns the result which can be string, number, or array. Note
|
||||
that structures are deserialized into associative arrays.</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.zip">
|
||||
<title>Zip File Functions (Read Only Access)</title>
|
||||
<titleabbrev>Zip</titleabbrev>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<para>
|
||||
This example opens a ZIP file archive, reads each file in the
|
||||
archive and prints out its contents. The
|
||||
<filename>test2.php</filename> archive used in this example is
|
||||
<filename>test2.zip</filename> archive used in this example is
|
||||
one of the test archives in the ZZIPlib source distribution.
|
||||
</para>
|
||||
<example>
|
||||
|
@ -134,7 +134,7 @@ if ($zip) {
|
|||
<refentry id="function.zip-entry-compressedsize">
|
||||
<refnamediv>
|
||||
<refname>zip_entry_compressedsize</refname>
|
||||
<refpurpose>Retrive the Compressed Size of a Directory Entry</refpurpose>
|
||||
<refpurpose>Retrieve the Compressed Size of a Directory Entry</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -160,7 +160,7 @@ if ($zip) {
|
|||
<refentry id="function.zip-entry-compressionmethod">
|
||||
<refnamediv>
|
||||
<refname>zip_entry_compressionmethod</refname>
|
||||
<refpurpose>Retrive the Compression Method of a Directory Entry</refpurpose>
|
||||
<refpurpose>Retrieve the Compression Method of a Directory Entry</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -186,7 +186,7 @@ if ($zip) {
|
|||
<refentry id="function.zip-entry-filesize">
|
||||
<refnamediv>
|
||||
<refname>zip_entry_filesize</refname>
|
||||
<refpurpose>Retrive the Actual File Size of a Directory Entry</refpurpose>
|
||||
<refpurpose>Retrieve the Actual File Size of a Directory Entry</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -212,7 +212,7 @@ if ($zip) {
|
|||
<refentry id="function.zip-entry-name">
|
||||
<refnamediv>
|
||||
<refname>zip_entry_name</refname>
|
||||
<refpurpose>Retrive the Name of a Directory Entry</refpurpose>
|
||||
<refpurpose>Retrieve the Name of a Directory Entry</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue