1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix GH-4582: Incorrect function signature for xattr_get (#4585)

This commit is contained in:
Niels Dossche
2025-04-06 12:11:45 +02:00
committed by GitHub
parent 051b8cc371
commit 8568bac070

View File

@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>xattr_get</methodname>
<type class="union"><type>string</type><type>false</type></type><methodname>xattr_get</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>