File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
reference/image/functions Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 9f7b578adf85bcbc94397c11a7a813d1d3d0cc56 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 8a28a068fae1b82c3907e520a68c23967c682ac6 Maintainer: hirokawa Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<refentry xml : id =' function.gd-info' xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
100
100
<entry ><type >bool</type > 値。
101
101
<literal >WebP</literal > サポートが含まれている場合に&true; </entry >
102
102
</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 >
103
109
</tbody >
104
110
</tgroup >
105
111
</table >
@@ -148,6 +154,8 @@ array(10) {
148
154
bool(false)
149
155
["WebP Support"]=>
150
156
bool(false)
157
+ ["AVIF Support"]=>
158
+ bool(false)
151
159
}
152
160
]]>
153
161
</screen >
@@ -163,6 +171,7 @@ array(10) {
163
171
<member ><function >imagegif</function ></member >
164
172
<member ><function >imagewbmp</function ></member >
165
173
<member ><function >imagewebp</function ></member >
174
+ <member ><function >imageavif</function ></member >
166
175
<member ><function >imagetypes</function ></member >
167
176
</simplelist >
168
177
</refsect1 >
You can’t perform that action at this time.
0 commit comments