mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Corrects some grammar issues.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ac24a7622a
commit
5c0d13666b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.pack" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>pack</refname>
|
||||
|
@ -19,8 +19,8 @@
|
|||
<parameter>format</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</para>
|
||||
<para>
|
||||
Also note that PHP internally stores <type>integer</type> 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
|
||||
<type>float</type> which often yields an undesired result.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue