Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/apcu/functions/apcu-cache-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<simpara>
Retrieves cached information and meta-data from APC's data store.
Retrieves cached information and meta-data from APCu's data store.
</simpara>
</refsect1>

Expand Down Expand Up @@ -42,7 +42,7 @@
<note>
<simpara>
<function>apcu_cache_info</function> will raise a warning if it is unable to
retrieve APC cache data. This typically occurs when APC is not enabled.
retrieve APCu cache data. This typically occurs when APCu is not enabled.
</simpara>
</note>
</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/functions/apcu-key-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<term><parameter>key</parameter></term>
<listitem>
<simpara>
Get detailed information about the cache key
The key to retrieve information for.
</simpara>
</listitem>
</varlistentry>
Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/functions/cubrid-lob2-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The <function>cubrid_lob2_import</function> function is used to save the
contents of BLOB/CLOB data from a file. To use this function, you must use
<function>cubrid_lob2_new</function> or fetch a lob object from CUBRID database
first. If the file already exists, the operation will fail.
first. If the file does not exist, the operation will fail.
This function will not influence the cursor position of the lob object.
It operates the entire lob object.
</simpara>
Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/functions/cubrid-pconnect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>cubrid_connect</function> example</title>
<title><function>cubrid_pconnect</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/functions/cubrid-seq-insert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<methodparam><type>string</type><parameter>seq_element</parameter></methodparam>
</methodsynopsis>
<simpara>
The <function>cubrid_col_insert</function> function is used to insert an
The <function>cubrid_seq_insert</function> function is used to insert an
element to a sequence type attribute in a requested location.
</simpara>
</refsect1>
Expand Down
6 changes: 4 additions & 2 deletions reference/eio/functions/eio-chown.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="function.eio-chown">
<refnamediv>
<refname>eio_chown</refname>
<refpurpose>Change file/directory permissions</refpurpose>
<refpurpose>Change file/directory ownership</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -18,7 +18,9 @@
<methodparam choice="opt"><type>mixed</type><parameter>data</parameter><initializer>NULL</initializer></methodparam>
</methodsynopsis>
<simpara>
Changes file, or directory permissions.
<function>eio_chown</function> changes ownership of a file, or directory. The
new owner is specified by <parameter>uid</parameter>, and the group by
<parameter>gid</parameter>.
</simpara>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/eio/functions/eio-fchown.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
<function>eio_chmod</function> returns request resource on success,&return.falseforfailure;.
<function>eio_fchown</function> returns request resource on success,&return.falseforfailure;.
</simpara>
</refsect1>

Expand Down
4 changes: 2 additions & 2 deletions reference/eio/functions/eio-fstat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
<function>eio_busy</function> returns request resource on success,&return.falseforfailure;.
<function>eio_fstat</function> returns request resource on success,&return.falseforfailure;.
</simpara>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example>
<title><function>eio_lstat</function> example</title>
<title><function>eio_fstat</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand Down
1 change: 0 additions & 1 deletion reference/eio/functions/eio-nready.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
&reftitle.seealso;
<simplelist>
<member><function>eio_nreqs</function></member>
<member><function>eio_nready</function></member>
<member><function>eio_nthreads</function></member>
</simplelist>
</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion reference/eio/functions/eio-truncate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
<function>eio_busy</function> returns request resource on success,&return.falseforfailure;.
<function>eio_truncate</function> returns request resource on success,&return.falseforfailure;.
</simpara>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/enchant/functions/enchant-dict-suggest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.enchant-dict-suggest">
<refnamediv>
<refname>enchant_dict_suggest</refname>
<refpurpose>Will return a list of values if any of those pre-conditions are not met</refpurpose>
<refpurpose>Suggest spellings for a word</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
Expand Down
2 changes: 1 addition & 1 deletion reference/ev/evchild/createstopped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.createstopped">
<refnamediv>
<refname>EvChild::createStopped</refname>
<refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
<refpurpose>Create instance of a stopped EvChild watcher</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
Expand Down
2 changes: 1 addition & 1 deletion reference/ev/evsignal/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</constructorsynopsis>
<simpara>
Constructs EvSignal watcher object and starts it automatically. For a
stopped periodic watcher consider using
stopped signal watcher consider using
<methodname>EvSignal::createStopped</methodname>
method.
</simpara>
Expand Down
6 changes: 3 additions & 3 deletions reference/event/event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@
<constant>Event::WRITE</constant>
</term>
<listitem>
<para>
<simpara>
This flag indicates an event that becomes active when the provided file
descriptor(usually a stream resource, or socket) is ready for reading.
</para>
descriptor(usually a stream resource, or socket) is ready for writing.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="event.constants.signal">
Expand Down
2 changes: 1 addition & 1 deletion reference/event/eventhttprequest/getbufferevent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>EventBufferEvent</type>
<methodname>EventHttpRequest::closeConnection</methodname>
<methodname>EventHttpRequest::getBufferEvent</methodname>
<void />
</methodsynopsis>
<para>
Expand Down
6 changes: 3 additions & 3 deletions reference/fann/functions/fann-get-activation-function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<link linkend="constants.fann-train">Learning functions</link> constant or -1
<simpara>
<link linkend="constants.fann-activation-funcs">Activation functions</link> constant or -1
if the neuron is not defined in the neural network, or &false; on error.
</para>
</simpara>
</refsect1>

<refsect1 role="seealso">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="function.fann-get-rprop-decrease-factor" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>fann_get_rprop_decrease_factor</refname>
<refpurpose>Returns the increase factor used during RPROP training</refpurpose>
<refpurpose>Returns the decrease factor used during RPROP training</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand Down
14 changes: 7 additions & 7 deletions reference/zmq/zmqdevice/settimercallback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
<varlistentry>
<term><parameter>cb_func</parameter></term>
<listitem>
<para>
Callback function to invoke when the device is idle. Returning false
<simpara>
Callback function to invoke when the timer fires. Returning false
or a value that evaluates to false from this function will cause the
device to stop.
</para>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>timeout</parameter></term>
<listitem>
<para>
How often to invoke the idle callback in milliseconds. The idle callback is invoked
periodically when there is no activity on the device.
<simpara>
How often to invoke the timer callback in milliseconds. The timer callback is invoked
periodically.
The timeout value guarantees that there is at least this amount of milliseconds between
invocations of the callback function.
</para>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
Expand Down