doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

ZipArchive::getArchiveFlag `flags` parameter description

Open alfsb opened this issue 10 months ago • 0 comments

From manual page: https://php.net/ziparchive.getarchiveflag , the source is:

     <term><parameter>flags</parameter></term>
     <listitem>
      <para>
       If <parameter>flag</parameter>s is set to <constant>ZipArchive::FL_UNCHANGED</constant>,
       the original unchanged flag is returned.
      </para>
     </listitem>

Note that there is a s right after <parameter>flag</parameter>, so this appear to be a typo.

alfsb avatar Apr 25 '24 18:04 alfsb