mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
trivial updates
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e56b4513d9
commit
516c1156f4
4 changed files with 11 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="yaf-config-ini.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Config_Ini::__construct</refname>
|
||||
<refpurpose>The __construct purpose</refpurpose>
|
||||
<refpurpose>Yaf_Config_Ini constructor</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -15,11 +15,8 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>section</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
<classname>Yaf_Config_Ini</classname> constructor
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -29,7 +26,7 @@
|
|||
<term><parameter>config_file</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
path to an INI configure file
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -37,7 +34,7 @@
|
|||
<term><parameter>section</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
which section in that INI file you want to be parsed
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -4,21 +4,18 @@
|
|||
<refentry xml:id="yaf-config-ini.toarray" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Config_Ini::toArray</refname>
|
||||
<refpurpose>The toArray purpose</refpurpose>
|
||||
<refpurpose>Returns a PHP array</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Yaf_Config_Ini::toArray</methodname>
|
||||
<modifier>public</modifier> <type>array</type><methodname>Yaf_Config_Ini::toArray</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
Returns a PHP array from the <classname>Yaf_Config_Ini</classname>
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -4,21 +4,18 @@
|
|||
<refentry xml:id="yaf-config-simple.toarray" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Config_Simple::toArray</refname>
|
||||
<refpurpose>The toArray purpose</refpurpose>
|
||||
<refpurpose>Returns a PHP array</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Yaf_Config_Simple::toArray</methodname>
|
||||
<modifier>public</modifier> <type>array</type><methodname>Yaf_Config_Simple::toArray</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
Returns a PHP array from the <classname>Yaf_Config_Simple</classname>
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="yaf-request-http.getquery" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Request_Http::getQuery</refname>
|
||||
<refpurpose>fetch a query parameter</refpurpose>
|
||||
<refpurpose>Fetch a query parameter</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue