mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5367ec851c
commit
af7da72ab4
11 changed files with 15 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
<para>
|
||||
A Zend extension is composed of several files common to all extensions. As
|
||||
the details of many of those files are similar from extension to extension,
|
||||
it can be laborous to duplicate the content for each one. Fortunately, there
|
||||
it can be laborious to duplicate the content for each one. Fortunately, there
|
||||
is a script which can do all of the initial setup for you. It's called
|
||||
<command>ext_skel</command>, and it's been distributed with PHP since 4.0.
|
||||
</para>
|
||||
|
|
|
@ -871,7 +871,7 @@ if (is_array('hi')) { // prints "is not array"
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
It attemts to autoload <literal>A\B\C</literal>.
|
||||
It attempts to autoload <literal>A\B\C</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
@ -887,7 +887,7 @@ if (is_array('hi')) { // prints "is not array"
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
It attemts to autoload <literal>A\B\D\E</literal>.
|
||||
It attempts to autoload <literal>A\B\D\E</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
|
|
@ -487,7 +487,7 @@
|
|||
Mostly for testing and debugging. Setting this enables APC
|
||||
for the CLI version of PHP. Under normal circumstances, it is
|
||||
not ideal to create, populate and destroy the APC cache on every
|
||||
CLI request, but for various test scenarious it is useful to be
|
||||
CLI request, but for various test scenarios it is useful to be
|
||||
able to enable APC for the CLI version of PHP easily.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -540,7 +540,7 @@
|
|||
<para>
|
||||
On busy servers, when the web server is first started, or when many files
|
||||
have been modified at the same time, APC may try to compile and cache the
|
||||
same file multiple times. Write_lock guaranttes that only one process
|
||||
same file multiple times. Write_lock guarantees that only one process
|
||||
will attempt to compile and cache an uncached script. The other processes
|
||||
attempting to use the script will run without using the opcode cache, rather
|
||||
than locking and waiting for the cache to prime.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>disposeType</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The image disposeal type.
|
||||
The image disposal type.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
<term><parameter>caches</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the cache to purge. It may one or a combinaison
|
||||
of the following constants :
|
||||
Specifies the cache to purge. It may one or a combination
|
||||
of the following constants:
|
||||
<constant>IMAP_GC_ELT</constant> (message cache elements),
|
||||
<constant>IMAP_GC_ENV</constant> (enveloppe and bodies),
|
||||
<constant>IMAP_GC_TEXTS</constant> (texts).
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the error and the number of operations ago it occured.
|
||||
Returns the error and the number of operations ago it occurred.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<section xml:id="mongobindata.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
An object that can be used to store or retreive binary data from the database.
|
||||
An object that can be used to store or retrieve binary data from the database.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<section xml:id="mongogridfs.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Utilities for storing and retreiving files from the database.
|
||||
Utilities for storing and retrieving files from the database.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
]]>
|
||||
</screen>
|
||||
<para>
|
||||
Note that the second hexidecimal number is greater than the first.
|
||||
Note that the second hexadecimal number is greater than the first.
|
||||
</para>
|
||||
</example>
|
||||
<example>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<term><parameter>y</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
y-ccordinate of the origin
|
||||
y-coordinate of the origin
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<term><parameter>x</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
x-ccordinate of the origin
|
||||
x-coordinate of the origin
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
&tip.ob-capture;
|
||||
</para>
|
||||
<para>
|
||||
This will only dumps the parameters in the statment at the moment
|
||||
This will only dumps the parameters in the statement at the moment
|
||||
of the dump. Extra parameters are not stored in the statement,
|
||||
and not displayed.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue