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