svn: /phpdoc/fr/trunk/reference/mbstring/functions/ mb-detect-encoding.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Tue, 15 Dec 2020 22:58:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352105
Log:
Add missing parameter to mb_detect_encoding()
Patch provided by villfa
Changed paths:
U phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml
Modified: phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml
===================================================================
--- phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml 2020-12-15 19:06:33 UTC (rev 352104)
+++ phpdoc/fr/trunk/reference/mbstring/functions/mb-detect-encoding.xml 2020-12-15 22:58:48 UTC (rev 352105)
@@ -14,6 +14,7 @@
<type class="union"><type>string</type><type>false</type></type><methodname>mb_detect_encoding</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>null</type></type><parameter>encodings</parameter><initializer>&null;</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Détecte l'encodage utilisé par la chaîne <parameter>string</parameter>.