com doc/fr: Apply commit ed1c33aa04584424bbded4ec1573a395c3e8fb71: reference/spl/splfixedarray.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: af45c89fd3da945a83ef087d5864a517b60a4468 Author: George Peter Banyard <[email protected]> Sat, 2 Jan 2021 14:56:05 +0100 Parents: e5a5b9d3f5ef5f8046d40e7f3e15b58b260e906c Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=af45c89fd3da945a83ef087d5864a517b60a4468 Log: Apply commit ed1c33aa04584424bbded4ec1573a395c3e8fb71 Make SplFixedArray intro say it can be resized Changed paths: M reference/spl/splfixedarray.xml Diff: diff --git a/reference/spl/splfixedarray.xml b/reference/spl/splfixedarray.xml index 4457943b66..ad249a72f0 100644 --- a/reference/spl/splfixedarray.xml +++ b/reference/spl/splfixedarray.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 4491cca51d892ac1dd7ef42309ad34e26e149b42 Maintainer: dams Status: ready --> +<!-- EN-Revision: ed1c33aa04584424bbded4ec1573a395c3e8fb71 Maintainer: dams Status: ready --> <!-- Reviewed: no --> <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.splfixedarray" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> @@ -16,8 +16,8 @@ La classe <classname>SplFixedArray</classname> fournit les fonctionnalités principales d'un tableau. La différence majeure entre un objet <classname>SplFixedArray</classname> et un &array; standard de PHP est - que <classname>SplFixedArray</classname> est de taille fixe, et - n'utilise que des &integer; dans ses index. L'avantage est qu'il utilise + que <classname>SplFixedArray</classname> doit être redimensionné manuellement, et + n'utilise que des &integer; dans cette intervale pour les index. L'avantage est qu'il utilise moins de mémoire qu'un &array; standard. </para> </section>