svn: /phpdoc/fr/trunk/reference/phar/ PharData/addEmptyDir.xml PharData/addFile.xml PharData/addFromString.xml PharData/buildFromDirectory.xml PharData/buildFromIterator.xml PharData/compress.xml PharData/compressFiles.xml PharData/construct.xml PharData/convertToData.xml PharData/convertToExecutable.xml PharData/copy.xml PharData/decompress.xml PharData/decompressFiles.xml PharData/delMetadata.xml PharData/delete.xml PharData/extractTo.xml PharData/isWritable.xml PharData/offsetSet.xml PharData

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Thu, 17 Dec 2020 00:16:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352115

Log:
Update Phar French translation

Changed paths:
    U   phpdoc/fr/trunk/reference/phar/PharData/addEmptyDir.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/addFile.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/addFromString.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/buildFromDirectory.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/buildFromIterator.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/compress.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/compressFiles.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/construct.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/convertToData.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/convertToExecutable.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/copy.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/decompress.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/decompressFiles.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/delMetadata.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/delete.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/extractTo.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/isWritable.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/offsetSet.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/offsetUnset.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/setAlias.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/setDefaultStub.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/setMetadata.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/setSignatureAlgorithm.xml
    U   phpdoc/fr/trunk/reference/phar/PharData/setStub.xml
    U   phpdoc/fr/trunk/reference/phar/PharData.xml
    U   phpdoc/fr/trunk/reference/phar/ini.xml
svn-diffs-352115.txt (text/x-diff, 29.4 KB)
Modified: phpdoc/fr/trunk/reference/phar/PharData/addEmptyDir.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/addEmptyDir.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/addEmptyDir.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addemptydir">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::addEmptyDir</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addEmptyDir</methodname>
    <methodparam><type>string</type><parameter>dirname</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/fr/trunk/reference/phar/PharData/addFile.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/addFile.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/addFile.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addfile">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::addFile</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addFile</methodname>
    <methodparam><type>string</type><parameter>file</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/addFromString.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/addFromString.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/addFromString.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.addfromstring">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::addFromString</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::addFromString</methodname>
    <methodparam><type>string</type><parameter>localname</parameter></methodparam>
    <methodparam><type>string</type><parameter>contents</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/buildFromDirectory.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/buildFromDirectory.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/buildFromDirectory.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: gui Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="phardata.buildfromdirectory" 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>array</type><methodname>Phar::buildFromDirectory</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>PharData::buildFromDirectory</methodname>
    <methodparam><type>string</type><parameter>base_dir</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>regex</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/buildFromIterator.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/buildFromIterator.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/buildFromIterator.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="phardata.buildfromiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>PharData::buildFromIterator</methodname>
+   <modifier>public</modifier> <type>array</type><methodname>PharData::buildFromIterator</methodname>
    <methodparam><type>Iterator</type><parameter>iter</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>base_directory</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/compress.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/compress.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/compress.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349430 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compress">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::compress</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::compress</methodname>
    <methodparam><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/compressFiles.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/compressFiles.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/compressFiles.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343898 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.compressfiles">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::compressFiles</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::compressFiles</methodname>
    <methodparam><type>int</type><parameter>compression</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/fr/trunk/reference/phar/PharData/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/construct.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/construct.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334002 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="phardata.construct">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <methodname>PharData::__construct</methodname>
+   <modifier>public</modifier> <methodname>PharData::__construct</methodname>
    <methodparam><type>string</type><parameter>fname</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>

Modified: phpdoc/fr/trunk/reference/phar/PharData/convertToData.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/convertToData.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/convertToData.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="phardata.converttodata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::convertToData</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::convertToData</methodname>
    <methodparam choice="opt"><type>int</type><parameter>format</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>

Modified: phpdoc/fr/trunk/reference/phar/PharData/convertToExecutable.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/convertToExecutable.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/convertToExecutable.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="phardata.converttoexecutable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>Phar</type><methodname>PharData::convertToExecutable</methodname>
+   <modifier>public</modifier> <type>Phar</type><methodname>PharData::convertToExecutable</methodname>
    <methodparam choice="opt"><type>int</type><parameter>format</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>compression</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>

Modified: phpdoc/fr/trunk/reference/phar/PharData/copy.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/copy.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/copy.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 306484 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="phardata.copy" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::copy</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::copy</methodname>
    <methodparam><type>string</type><parameter>oldfile</parameter></methodparam>
    <methodparam><type>string</type><parameter>newfile</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/decompress.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/decompress.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/decompress.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349430 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.decompress">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>PharData</type><methodname>PharData::decompress</methodname>
+   <modifier>public</modifier> <type>PharData</type><methodname>PharData::decompress</methodname>
    <methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/fr/trunk/reference/phar/PharData/decompressFiles.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/decompressFiles.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/decompressFiles.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.decompressfiles">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::decompressFiles</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::decompressFiles</methodname>
    <void />
   </methodsynopsis>
   &phar.write;

Modified: phpdoc/fr/trunk/reference/phar/PharData/delMetadata.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/delMetadata.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/delMetadata.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308250 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="phardata.delmetadata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::delMetadata</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::delMetadata</methodname>
    <void/>
   </methodsynopsis>
   &phar.write;

Modified: phpdoc/fr/trunk/reference/phar/PharData/delete.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/delete.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/delete.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308250 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="phardata.delete" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::delete</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::delete</methodname>
    <methodparam><type>string</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/fr/trunk/reference/phar/PharData/extractTo.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/extractTo.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/extractTo.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351061 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="phardata.extractto" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::extractTo</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::extractTo</methodname>
    <methodparam><type>string</type><parameter>pathto</parameter></methodparam>
    <methodparam choice="opt"><type class="union"><type>string</type><type>array</type><type>null</type></type><parameter>files</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>bool</type><parameter>overwrite</parameter><initializer>&false;</initializer></methodparam>

Modified: phpdoc/fr/trunk/reference/phar/PharData/isWritable.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/isWritable.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/isWritable.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="phardata.iswritable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::isWritable</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::isWritable</methodname>
    <void/>
   </methodsynopsis>
   <para>

Modified: phpdoc/fr/trunk/reference/phar/PharData/offsetSet.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/offsetSet.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/offsetSet.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.offsetset">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>void</type><methodname>PharData::offsetSet</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::offsetSet</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/offsetUnset.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/offsetUnset.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/offsetUnset.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.offsetunset">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::offsetUnset</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::offsetUnset</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/fr/trunk/reference/phar/PharData/setAlias.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/setAlias.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/setAlias.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="phardata.setalias" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setAlias</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setAlias</methodname>
    <methodparam><type>string</type><parameter>alias</parameter></methodparam>
   </methodsynopsis>


Modified: phpdoc/fr/trunk/reference/phar/PharData/setDefaultStub.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/setDefaultStub.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/setDefaultStub.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343887 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setdefaultstub">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setDefaultStub</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setDefaultStub</methodname>
    <methodparam choice="opt"><type>string</type><parameter>index</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>webindex</parameter></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData/setMetadata.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/setMetadata.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/setMetadata.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setmetadata">
  <refnamediv>
-  <refname>Phar::setMetadata</refname>
+  <refname>PharData::setMetadata</refname>
   <refpurpose>Fixe les méta-données de l'archive</refpurpose>
  </refnamediv>

@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::setMetadata</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::setMetadata</methodname>
    <methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
   </methodsynopsis>
   &phar.write;

Modified: phpdoc/fr/trunk/reference/phar/PharData/setSignatureAlgorithm.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/setSignatureAlgorithm.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/setSignatureAlgorithm.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding='utf-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343888 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352109 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="phardata.setsignaturealgorithm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
-  <refname>Phar::setSignatureAlgorithm</refname>
+  <refname>PharData::setSignatureAlgorithm</refname>
   <refpurpose>Assigne l'algorithme de signature d'un phar et l'applique</refpurpose>
  </refnamediv>

@@ -12,7 +12,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>public</modifier> <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
+   <modifier>public</modifier> <type>void</type><methodname>PharData::setSignatureAlgorithm</methodname>
    <methodparam><type>int</type><parameter>sigtype</parameter></methodparam>
   </methodsynopsis>
   &phar.write;
@@ -21,8 +21,7 @@
    Assigne l'algorithme de signature d'un phar et l'applique. L'algorithme
    de signature doit être  <literal>Phar::MD5</literal>,
    <literal>Phar::SHA1</literal>, <literal>Phar::SHA256</literal>,
-   <literal>Phar::SHA512</literal>, ou <literal>Phar::PGP</literal>
-   (PGP n'est pas encore supporté et implique <literal>Phar::SHA1</literal>).
+   <literal>Phar::SHA512</literal>, ou <literal>Phar::OPENSSL</literal>.
   </para>
  </refsect1>

@@ -36,7 +35,7 @@
       <para>
        Un algorithme parmi <literal>Phar::MD5</literal>,
        <literal>Phar::SHA1</literal>, <literal>Phar::SHA256</literal>,
-       <literal>Phar::SHA512</literal>, or <literal>Phar::PGP</literal>
+       <literal>Phar::SHA512</literal>, ou <literal>Phar::OPENSSL</literal>.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/fr/trunk/reference/phar/PharData/setStub.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData/setStub.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData/setStub.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350656 Maintainer: gui Status: ready -->
+<!-- EN-Revision: 352107 Maintainer: gui Status: ready -->
 <!-- Reviewed: no -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="phardata.setstub">
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>PharData::setStub</methodname>
+   <modifier>public</modifier> <type>bool</type><methodname>PharData::setStub</methodname>
    <methodparam><type>string</type><parameter>stub</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>len</parameter><initializer>-1</initializer></methodparam>
   </methodsynopsis>

Modified: phpdoc/fr/trunk/reference/phar/PharData.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/PharData.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/PharData.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345662 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352110 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.phardata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -40,6 +40,12 @@
       <classname>RecursiveDirectoryIterator</classname>
      </ooclass>

+     <oointerface>
+      <interfacename>Countable</interfacename>
+     </oointerface>
+     <oointerface>
+      <interfacename>ArrayAccess</interfacename>
+     </oointerface>
     </classsynopsisinfo>
 <!-- }}} -->

@@ -50,11 +56,6 @@

     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.phardata')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
-    <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
-    <!-- PharData doesn't extend Phar but it aliases all its methods so we list them here. -->
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.phar')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
    </classsynopsis>
 <!-- }}} -->


Modified: phpdoc/fr/trunk/reference/phar/ini.xml
===================================================================
--- phpdoc/fr/trunk/reference/phar/ini.xml	2020-12-16 17:29:17 UTC (rev 352114)
+++ phpdoc/fr/trunk/reference/phar/ini.xml	2020-12-17 00:16:13 UTC (rev 352115)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 352054 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 352108 Maintainer: jpauli Status: ready -->
 <!-- Reviewed: yes -->
 <section xml:id="phar.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
@@ -82,7 +82,7 @@
     <listitem>
      <para>
       Cette option forcera toutes les archives Phar ouvertes à contenir
-      un type de signature (à ce jour MD5, SHA1, SHA256 et SHA512 sont
+      un type de signature (à ce jour MD5, SHA1, SHA256, SHA512 et OpenSSL sont
       supportés), et toute archive Phar ne contenant
       pas de signature sera rejetée.
      </para>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.