[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: ini_get_all() $extension is nullable and synomymous to 'core'
From:       "Christoph M. Becker" <noreply () php ! net>
Date:       2021-08-18 13:47:19
Message-ID: ph8x6zUjSZ8Ur3OBKiyBU0kFVHXkVny8sBOZSo67s () main ! php ! net
[Download RAW message or body]

Author: Christoph M. Becker (cmb69)
Date: 2021-08-18T15:47:28+02:00

Commit: https://github.com/php/doc-en/commit/1d06db6914a22f97f20daad964b3d5c5511b2552
Raw diff: https://github.com/php/doc-en/commit/1d06db6914a22f97f20daad964b3d5c5511b2552.diff


ini_get_all() $extension is nullable and synomymous to 'core'

Cf. <https://bugs.php.net/bug.php?id=69361>.

Changed paths:
  M  reference/info/functions/ini-get-all.xml


Diff:

diff --git a/reference/info/functions/ini-get-all.xml \
b/reference/info/functions/ini-get-all.xml index 2f4ce55211..b9483a298c 100644
--- a/reference/info/functions/ini-get-all.xml
+++ b/reference/info/functions/ini-get-all.xml
@@ -10,7 +10,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>ini_get_all</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
 +   <methodparam choice="opt"><type \
class="union"><type>string</type><type>null</type></type><parameter>extension</parameter><initializer>&null;</initializer></methodparam>
  <methodparam choice="opt"><type>bool</type><parameter>details</parameter><initializer>&true;</initializer></methodparam>
  </methodsynopsis>
   <para>
@@ -26,7 +26,7 @@
      <term><parameter>extension</parameter></term>
      <listitem>
       <para>
-       An optional extension name. If set, the function return only options
+       An optional extension name. If not &null; or the &string; \
<literal>core</literal>, the function returns only options  specific for that \
extension.  </para>
      </listitem>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic