svn: /phpdoc/fr/trunk/reference/ image/functions/imagesetinterpolation.xml pdo/pdostatement/fetchobject.xml reflection/reflectionclass/getreflectionconstant.xml strings/functions/stripos.xml strings/functions/strpos.xml var/functions/get-resource-type.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Tue, 24 Nov 2020 22:33:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351606
Log:
Sync various French translations with its English counterpart
Changed paths:
U phpdoc/fr/trunk/reference/image/functions/imagesetinterpolation.xml
U phpdoc/fr/trunk/reference/pdo/pdostatement/fetchobject.xml
U phpdoc/fr/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml
U phpdoc/fr/trunk/reference/strings/functions/stripos.xml
U phpdoc/fr/trunk/reference/strings/functions/strpos.xml
U phpdoc/fr/trunk/reference/var/functions/get-resource-type.xml
Modified: phpdoc/fr/trunk/reference/image/functions/imagesetinterpolation.xml
===================================================================
--- phpdoc/fr/trunk/reference/image/functions/imagesetinterpolation.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/image/functions/imagesetinterpolation.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 340409 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351555 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.imagesetinterpolation" xmlns="http://docbook.org/ns/docbook">
@@ -195,6 +195,14 @@
</itemizedlist>
</para>
</refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <simplelist>
+ <member><function>imagegetinterpolation</function></member>
+ </simplelist>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fr/trunk/reference/pdo/pdostatement/fetchobject.xml
===================================================================
--- phpdoc/fr/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351575 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="pdostatement.fetchobject" xmlns="http://docbook.org/ns/docbook">
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::fetchObject</methodname>
+ <modifier>public</modifier> <type class="union"><type>object</type><type>false</type></type><methodname>PDOStatement::fetchObject</methodname>
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam>
</methodsynopsis>
Modified: phpdoc/fr/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml
===================================================================
--- phpdoc/fr/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/reflection/reflectionclass/getreflectionconstant.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342902 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351494 Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="reflectionclass.getreflectionconstant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>ReflectionClassConstant</type><methodname>ReflectionClass::getReflectionConstant</methodname>
+ <modifier>public</modifier> <type class="union"><type>ReflectionClassConstant</type><type>false</type></type><methodname>ReflectionClass::getReflectionConstant</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
@@ -40,7 +40,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Un <classname>ReflectionClassConstant</classname>.
+ Un <classname>ReflectionClassConstant</classname>, &return.falseforfailure;.
</para>
</refsect1>
Modified: phpdoc/fr/trunk/reference/strings/functions/stripos.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/stripos.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/strings/functions/stripos.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350636 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351549 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripos">
@@ -150,6 +150,9 @@
<para>
<simplelist>
<member><function>mb_stripos</function></member>
+ <member><function>str_contains</function></member>
+ <member><function>str_ends_with</function></member>
+ <member><function>str_starts_with</function></member>
<member><function>strpos</function></member>
<member><function>strrpos</function></member>
<member><function>strripos</function></member>
Modified: phpdoc/fr/trunk/reference/strings/functions/strpos.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/strpos.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/strings/functions/strpos.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350636 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351549 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strpos">
@@ -173,6 +173,9 @@
<para>
<simplelist>
<member><function>stripos</function></member>
+ <member><function>str_contains</function></member>
+ <member><function>str_ends_with</function></member>
+ <member><function>str_starts_with</function></member>
<member><function>strrpos</function></member>
<member><function>strripos</function></member>
<member><function>strstr</function></member>
Modified: phpdoc/fr/trunk/reference/var/functions/get-resource-type.xml
===================================================================
--- phpdoc/fr/trunk/reference/var/functions/get-resource-type.xml 2020-11-24 22:02:13 UTC (rev 351605)
+++ phpdoc/fr/trunk/reference/var/functions/get-resource-type.xml 2020-11-24 22:33:17 UTC (rev 351606)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350655 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351584 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
-
<refentry xml:id="function.get-resource-type" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>get_resource_type</refname>
@@ -75,6 +74,15 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>get_resource_id</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
</refentry>
<!-- Keep this comment at the end of the file