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.