svn: /phpdoc/fr/trunk/reference/ image/functions/imagecreatefromstring.xml imagick/imagick/affinetransformimage.xml mysqli/mysqli_warning.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 30 Nov 2020 02:53:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351775
Log:
Sync various French translations with its English counterpart
Changed paths:
U phpdoc/fr/trunk/reference/image/functions/imagecreatefromstring.xml
U phpdoc/fr/trunk/reference/imagick/imagick/affinetransformimage.xml
U phpdoc/fr/trunk/reference/mysqli/mysqli_warning.xml
Modified: phpdoc/fr/trunk/reference/image/functions/imagecreatefromstring.xml
===================================================================
--- phpdoc/fr/trunk/reference/image/functions/imagecreatefromstring.xml 2020-11-30 02:42:57 UTC (rev 351774)
+++ phpdoc/fr/trunk/reference/image/functions/imagecreatefromstring.xml 2020-11-30 02:53:04 UTC (rev 351775)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350828 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351755 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.imagecreatefromstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecreatefromstring</refname>
@@ -18,7 +17,7 @@
<function>imagecreatefromstring</function> retourne un identifiant d'image
représentant l'image obtenue depuis la chaîne <parameter>image</parameter>.
Le type de l'image sera automatiquement détecté si vous avez compilé PHP avec
- les supports : JPEG, PNG, GIF, BMP, WBMP et GD2.
+ les supports : JPEG, PNG, GIF, BMP, WBMP, GD2, et WEBP.
</para>
</refsect1>
<refsect1 role="parameters">
@@ -45,6 +44,28 @@
</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 est désormais supporté (si supporté par la libgd utilisé).
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="errors">
&reftitle.errors;
<para>
Modified: phpdoc/fr/trunk/reference/imagick/imagick/affinetransformimage.xml
===================================================================
--- phpdoc/fr/trunk/reference/imagick/imagick/affinetransformimage.xml 2020-11-30 02:42:57 UTC (rev 351774)
+++ phpdoc/fr/trunk/reference/imagick/imagick/affinetransformimage.xml 2020-11-30 02:53:04 UTC (rev 351775)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336315 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351734 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.affinetransformimage">
@@ -55,7 +55,7 @@
$imagick = new \Imagick(realpath($imagePath));
$draw = new \ImagickDraw();
- $angle = 40 ;
+ $angle = deg2rad(40);
$affineRotate = array(
"sx" => cos($angle), "sy" => cos($angle),
Modified: phpdoc/fr/trunk/reference/mysqli/mysqli_warning.xml
===================================================================
--- phpdoc/fr/trunk/reference/mysqli/mysqli_warning.xml 2020-11-30 02:42:57 UTC (rev 351774)
+++ phpdoc/fr/trunk/reference/mysqli/mysqli_warning.xml 2020-11-30 02:53:04 UTC (rev 351775)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351736 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-warning" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -28,6 +28,7 @@
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
+ <modifier>final</modifier>
<classname>mysqli_warning</classname>
</ooclass>
</classsynopsisinfo>