Skip to content

Commit 2c68c1a

Browse files
committed
Add return value "AVIF Support" to gd_info()
php/doc-en@8a28a06
1 parent d81b12d commit 2c68c1a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

reference/image/functions/gd-info.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9f7b578adf85bcbc94397c11a7a813d1d3d0cc56 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 8a28a068fae1b82c3907e520a68c23967c682ac6 Maintainer: hirokawa Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id='function.gd-info' xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -100,6 +100,12 @@
100100
<entry><type>bool</type> 値。
101101
<literal>WebP</literal> サポートが含まれている場合に&true;</entry>
102102
</row>
103+
<row>
104+
<entry>AVIF Support</entry>
105+
<entry><type>bool</type> 値。
106+
<literal>AVIF</literal> サポートが含まれている場合に&true;
107+
PHP 8.1.0 以降で利用可能です。</entry>
108+
</row>
103109
</tbody>
104110
</tgroup>
105111
</table>
@@ -148,6 +154,8 @@ array(10) {
148154
bool(false)
149155
["WebP Support"]=>
150156
bool(false)
157+
["AVIF Support"]=>
158+
bool(false)
151159
}
152160
]]>
153161
</screen>
@@ -163,6 +171,7 @@ array(10) {
163171
<member><function>imagegif</function></member>
164172
<member><function>imagewbmp</function></member>
165173
<member><function>imagewebp</function></member>
174+
<member><function>imageavif</function></member>
166175
<member><function>imagetypes</function></member>
167176
</simplelist>
168177
</refsect1>

0 commit comments

Comments
 (0)