svn: /phpdoc/ja/trunk/reference/image/functions/ imagecreatefromstring.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 30 Nov 2020 01:50:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351764
Log:
imagecreatefromstring() supports WebP as of PHP 7.3.0
Changed paths:
U phpdoc/ja/trunk/reference/image/functions/imagecreatefromstring.xml
Modified: phpdoc/ja/trunk/reference/image/functions/imagecreatefromstring.xml
===================================================================
--- phpdoc/ja/trunk/reference/image/functions/imagecreatefromstring.xml 2020-11-30 01:46:59 UTC (rev 351763)
+++ phpdoc/ja/trunk/reference/image/functions/imagecreatefromstring.xml 2020-11-30 01:50:44 UTC (rev 351764)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350828 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351758 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.imagecreatefromstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -16,7 +16,7 @@
<para>
<function>imagecreatefromstring</function> は、指定した <parameter>image</parameter> から
得られたイメージを表すイメージ ID を返します。もし、PHP が
- JPEG, PNG, GIF, BMP, WBMP, GD2 をサポートするようビルドされている場合、
+ JPEG, PNG, GIF, BMP, WBMP, GD2, WEBP をサポートするようビルドされている場合、
イメージの種類は自動的に判別されます。
</para>
</refsect1>
@@ -44,6 +44,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.3.0</entry>
+ <entry>
+ WEBP がサポートされました。
+ (但し、使っている libgd がサポートしている場合に限ります)
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="errors">
&reftitle.errors;
<para>