com doc/fr: Apply commit 95bc76b545a00d436239af6d5516f75ff890df56: reference/misc/functions/usleep.xml
[email protected] (George Peter Banyard) Wed, 03 Mar 2021 14:15:11 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 492bc124fc5edcf1b73f32eccc88a956ec461ae1 Author: George Peter Banyard <[email protected]> Wed, 3 Mar 2021 14:15:11 +0000 Parents: ea4ce77b9cae274339e1ea454792e9e4e314dae7 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=492bc124fc5edcf1b73f32eccc88a956ec461ae1 Log: Apply commit 95bc76b545a00d436239af6d5516f75ff890df56 Fix #74479: usleep with large numbers Bugs: https://bugs.php.net/74479 Changed paths: M reference/misc/functions/usleep.xml Diff: diff --git a/reference/misc/functions/usleep.xml b/reference/misc/functions/usleep.xml index 3385b417d6..52795509b9 100644 --- a/reference/misc/functions/usleep.xml +++ b/reference/misc/functions/usleep.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: yannick Status: ready --> -<!-- Reviewed: yes --> +<!-- EN-Revision: 95bc76b545a00d436239af6d5516f75ff890df56 Maintainer: yannick Status: ready --> +<!-- Reviewed: no --> <refentry xml:id="function.usleep" xmlns="http://docbook.org/ns/docbook"> <refnamediv> @@ -33,6 +33,14 @@ </para> <note> <simpara> + Les valeurs plus large que <literal>1000000</literal> (c.à.d. dormir + pour plus d'une seconde) peuvent ne pas être supporté par le système + d'exploitation. + Utiliser <function>sleep</function> à la place. + </simpara> + </note> + <note> + <simpara> Sous Windows, le système peut attendre plus longtemps que le nombre de microsecondes donné, selon le matériel. </simpara>