From 5c0d13666b1fd2b1ed06b82164ac8942511a5830 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Mon, 10 Mar 2008 16:58:56 +0000 Subject: [PATCH] Corrects some grammar issues. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254799 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/pack.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/misc/functions/pack.xml b/reference/misc/functions/pack.xml index 37377e97a3..ffbc4db6e4 100644 --- a/reference/misc/functions/pack.xml +++ b/reference/misc/functions/pack.xml @@ -1,5 +1,5 @@ - + pack @@ -19,8 +19,8 @@ format. - The idea to this function was taken from Perl and all formatting codes - work the same as there, however, there are some formatting codes that are + The idea for this function was taken from Perl and all formatting codes + work the same as in Perl However, there are some formatting codes that are missing such as Perl's "u" format code. @@ -31,7 +31,7 @@ Also note that PHP internally stores integer values as - signed values of a machine dependent size. If you give it an unsigned + signed values of a machine-dependent size. If you give it an unsigned integer value too large to be stored that way it is converted to a float which often yields an undesired result.