From 76c060d5d9e98a2c719f75e9af13083e09e557fc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 18 Jan 2007 08:49:59 +0000 Subject: [PATCH] Return values git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227485 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/functions/Phar-getModified.xml | 4 ++-- reference/phar/functions/Phar-loadPhar.xml | 4 ++-- reference/phar/functions/Phar-mapPhar.xml | 3 ++- reference/phar/functions/Phar-offsetGet.xml | 4 ++-- reference/phar/functions/Phar-offsetSet.xml | 6 +++--- reference/phar/functions/Phar-offsetUnset.xml | 4 ++-- reference/phar/functions/PharFileInfo-getCRC32.xml | 4 ++-- reference/phar/functions/PharFileInfo-getCompressedSize.xml | 4 ++-- reference/phar/functions/PharFileInfo-getPharFlags.xml | 4 ++-- reference/phar/functions/apiVersion.xml | 4 ++-- reference/phar/functions/canCompress.xml | 4 ++-- 11 files changed, 23 insertions(+), 22 deletions(-) diff --git a/reference/phar/functions/Phar-getModified.xml b/reference/phar/functions/Phar-getModified.xml index d6c0fed7cc..ad46c63f8e 100644 --- a/reference/phar/functions/Phar-getModified.xml +++ b/reference/phar/functions/Phar-getModified.xml @@ -1,5 +1,5 @@ - + Phar->getModified @@ -27,7 +27,7 @@ &reftitle.returnvalues; - &true; if the phar has been modified since opened, &false; if not + &true; if the phar has been modified since opened, &false; if not. diff --git a/reference/phar/functions/Phar-loadPhar.xml b/reference/phar/functions/Phar-loadPhar.xml index d6b71d3c48..51ca7f6b69 100644 --- a/reference/phar/functions/Phar-loadPhar.xml +++ b/reference/phar/functions/Phar-loadPhar.xml @@ -1,5 +1,5 @@ - + Phar::loadPhar @@ -49,7 +49,7 @@ &reftitle.returnvalues; - returns &true; if successful, &false; otherwise + &return.success; diff --git a/reference/phar/functions/Phar-mapPhar.xml b/reference/phar/functions/Phar-mapPhar.xml index 3a7b970b44..39a9057d5b 100644 --- a/reference/phar/functions/Phar-mapPhar.xml +++ b/reference/phar/functions/Phar-mapPhar.xml @@ -1,5 +1,5 @@ - + Phar::mapPhar @@ -36,6 +36,7 @@ &reftitle.returnvalues; + &return.success; diff --git a/reference/phar/functions/Phar-offsetGet.xml b/reference/phar/functions/Phar-offsetGet.xml index b3f307f420..dc4e2b7365 100644 --- a/reference/phar/functions/Phar-offsetGet.xml +++ b/reference/phar/functions/Phar-offsetGet.xml @@ -1,5 +1,5 @@ - + Phar::offsetGet @@ -38,7 +38,7 @@ &reftitle.returnvalues; - a PharFileInfo object is returned that can be used to + A PharFileInfo object is returned that can be used to iterate over a file's contents or to retrieve information about the current file. diff --git a/reference/phar/functions/Phar-offsetSet.xml b/reference/phar/functions/Phar-offsetSet.xml index 29abf92c8d..bf19e60337 100644 --- a/reference/phar/functions/Phar-offsetSet.xml +++ b/reference/phar/functions/Phar-offsetSet.xml @@ -1,5 +1,5 @@ - + Phar::offsetSet @@ -37,7 +37,7 @@ value - Its description + Content of the file. @@ -47,7 +47,7 @@ &reftitle.returnvalues; - no return values + No return values. diff --git a/reference/phar/functions/Phar-offsetUnset.xml b/reference/phar/functions/Phar-offsetUnset.xml index 1445582087..2a3503108c 100644 --- a/reference/phar/functions/Phar-offsetUnset.xml +++ b/reference/phar/functions/Phar-offsetUnset.xml @@ -1,5 +1,5 @@ - + Phar::offsetUnset @@ -41,7 +41,7 @@ &reftitle.returnvalues; - &true; if successful, &false; on failure + &return.success; diff --git a/reference/phar/functions/PharFileInfo-getCRC32.xml b/reference/phar/functions/PharFileInfo-getCRC32.xml index 3ee59aed15..83208e0e2c 100644 --- a/reference/phar/functions/PharFileInfo-getCRC32.xml +++ b/reference/phar/functions/PharFileInfo-getCRC32.xml @@ -1,5 +1,5 @@ - + PharFileInfo->getCRC32 @@ -21,7 +21,7 @@ &reftitle.returnvalues; - the crc32 checksum of the file within the Phar archive. + The crc32 checksum of the file within the Phar archive. diff --git a/reference/phar/functions/PharFileInfo-getCompressedSize.xml b/reference/phar/functions/PharFileInfo-getCompressedSize.xml index f16690cf29..3eeb5adb3b 100644 --- a/reference/phar/functions/PharFileInfo-getCompressedSize.xml +++ b/reference/phar/functions/PharFileInfo-getCompressedSize.xml @@ -1,5 +1,5 @@ - + PharFileInfo->getCompressedSize @@ -21,7 +21,7 @@ &reftitle.returnvalues; - the size in bytes of the file within the Phar archive on disk. + The size in bytes of the file within the Phar archive on disk. diff --git a/reference/phar/functions/PharFileInfo-getPharFlags.xml b/reference/phar/functions/PharFileInfo-getPharFlags.xml index 2e7afe4545..3637a14979 100644 --- a/reference/phar/functions/PharFileInfo-getPharFlags.xml +++ b/reference/phar/functions/PharFileInfo-getPharFlags.xml @@ -1,5 +1,5 @@ - + PharFileInfo->getPharFlags @@ -20,7 +20,7 @@ &reftitle.returnvalues; - the size in bytes of the file within the Phar archive on disk. + The size in bytes of the file within the Phar archive on disk. diff --git a/reference/phar/functions/apiVersion.xml b/reference/phar/functions/apiVersion.xml index 9ce1f7a7eb..d927fa21bd 100644 --- a/reference/phar/functions/apiVersion.xml +++ b/reference/phar/functions/apiVersion.xml @@ -1,5 +1,5 @@ - + apiVersion @@ -27,7 +27,7 @@ &reftitle.returnvalues; - The API version string as in "1.0.0" + The API version string as in "1.0.0". diff --git a/reference/phar/functions/canCompress.xml b/reference/phar/functions/canCompress.xml index 8109cbf19b..d0b5dbf21e 100644 --- a/reference/phar/functions/canCompress.xml +++ b/reference/phar/functions/canCompress.xml @@ -1,5 +1,5 @@ - + canCompress @@ -26,7 +26,7 @@ &reftitle.returnvalues; - &true; if compression/decompression is available, &false; if not + &true; if compression/decompression is available, &false; if not.