mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix parameter names to match between synopsis and description part (#5247)
This commit is contained in:
committed by
GitHub
parent
31e56c25f9
commit
c6fb604f39
@@ -896,7 +896,7 @@ function.</simpara></warning>'>
|
|||||||
|
|
||||||
<!-- OpenSSL -->
|
<!-- OpenSSL -->
|
||||||
<!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook">
|
<!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook">
|
||||||
<term><parameter>x509</parameter></term>
|
<term><parameter>certificate</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
See <link linkend="openssl.certparams">Key/Certificate parameters</link> for a list of valid values.
|
See <link linkend="openssl.certparams">Key/Certificate parameters</link> for a list of valid values.
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>jday</parameter></term>
|
<term><parameter>julian_day</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The Julian Day to operate on
|
The Julian Day to operate on
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>parameter</parameter></term>
|
<term><parameter>args</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
One parameter, gathering all the method parameter in one array.
|
One parameter, gathering all the method parameter in one array.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
&gd.image.description;
|
&gd.image.description;
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>interlace</parameter></term>
|
<term><parameter>enable</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If &true;, the image will be interlaced, if &false; the interlace bit is turned off.
|
If &true;, the image will be interlaced, if &false; the interlace bit is turned off.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>descriptor</parameter></term>
|
<term><parameter>lob</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Descriptor allocated by <function>oci_new_descriptor</function>.
|
Descriptor allocated by <function>oci_new_descriptor</function>.
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>x-step</parameter></term>
|
<term><parameter>xstep</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The distance in pixel of placements of the pattern in
|
The distance in pixel of placements of the pattern in
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>y-step</parameter></term>
|
<term><parameter>ystep</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The distance in pixel of placements of the pattern in
|
The distance in pixel of placements of the pattern in
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<methodparam><type>string</type><parameter>type</parameter></methodparam>
|
<methodparam><type>string</type><parameter>type</parameter></methodparam>
|
||||||
<methodparam><type>string</type><parameter>source</parameter></methodparam>
|
<methodparam><type>string</type><parameter>source</parameter></methodparam>
|
||||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||||
<methodparam><type>int</type><parameter>lenght</parameter></methodparam>
|
<methodparam><type>int</type><parameter>length</parameter></methodparam>
|
||||||
<methodparam><type>int</type><parameter>width</parameter></methodparam>
|
<methodparam><type>int</type><parameter>width</parameter></methodparam>
|
||||||
<methodparam><type>int</type><parameter>height</parameter></methodparam>
|
<methodparam><type>int</type><parameter>height</parameter></methodparam>
|
||||||
<methodparam><type>int</type><parameter>components</parameter></methodparam>
|
<methodparam><type>int</type><parameter>components</parameter></methodparam>
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
&reftitle.description;
|
&reftitle.description;
|
||||||
<methodsynopsis>
|
<methodsynopsis>
|
||||||
<type>bool</type><methodname>ps_set_info</methodname>
|
<type>bool</type><methodname>ps_set_info</methodname>
|
||||||
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
|
<methodparam><type>resource</type><parameter>psdoc</parameter></methodparam>
|
||||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||||
<methodparam><type>string</type><parameter>val</parameter></methodparam>
|
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||||
</methodsynopsis>
|
</methodsynopsis>
|
||||||
<para>
|
<para>
|
||||||
Sets certain information fields of the document. This fields will be shown
|
Sets certain information fields of the document. This fields will be shown
|
||||||
|
|||||||
Reference in New Issue
Block a user