mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
added details for yaconf::get key descrption
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9f948a3508
commit
a464df4c7d
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
<term><parameter>name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
configuration key.
|
||||
Configuration key, the key looks like "filename.key", or "filename.sectionName,key".
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns Returns configuration result if the key exists,
|
||||
Returns configuration result(string or array) if the key exists,
|
||||
return default_value if not.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue