mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328184 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2e05633ea7
commit
38e3798be2
5 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
<para>
|
||||
Download the PHP zip binary distribution from
|
||||
<link xlink:href="&url.php.win.downloads;">PHP for Windows: Binaries and Sources</link>.
|
||||
There are several different versions of the zip package - chose the version that is suitable for
|
||||
There are several different versions of the zip package - choose the version that is suitable for
|
||||
the web server being used:
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<para>
|
||||
Compares <parameter>array1</parameter> against <parameter>array2</parameter> and
|
||||
returns the difference. Unlike <function>array_diff</function> the array
|
||||
keys are used in the comparison.
|
||||
keys are also used in the comparison.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the height of the pixel.
|
||||
Returns the pixel height of the font.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="examples">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the width of the pixel
|
||||
Returns the pixel width of the font.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="examples">
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
</para>
|
||||
<para>
|
||||
If you are using replication and the master has changed, using "safe"
|
||||
will make the driver disconnect from the master, throw and exception,
|
||||
will make the driver disconnect from the master, throw an exception,
|
||||
and attempt to find a new master on the next operation (your
|
||||
application must decide whether or not to retry the operation on the
|
||||
new master).
|
||||
|
|
Loading…
Reference in a new issue