1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01: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:
Xinchen Hui
2018-01-13 06:42:25 +00:00
parent 9f948a3508
commit a464df4c7d

View File

@@ -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>