mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 08:52:09 +01:00
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 463a6ab5443c687b0d386860cedb4b146b9e956c Maintainer: girgias Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<book xml:id="book.hrtime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundled" ?>
|
|
<title>Gestion du temps à haute résolution</title>
|
|
<titleabbrev>HRTime</titleabbrev>
|
|
|
|
<preface xml:id="intro.hrtime">
|
|
&reftitle.intro;
|
|
<para>
|
|
L'extension HRTime implémente une classe StopWatch de haute résolution.
|
|
Elle utilise la meilleure des APIs sur les différentes plateformes, qui
|
|
fournira une résolution à la nanoseconde. Il est également possible
|
|
d'implémenter un chronomètre personnalisé en utilisant les ticks de bas
|
|
niveau, délivrés par les APIs sous-jacentes.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
À partir de PHP 7.3.0 la fonction relié <function>hrtime</function> fait partie
|
|
du cœur.
|
|
</simpara>
|
|
</note>
|
|
</preface>
|
|
|
|
&reference.hrtime.examples;
|
|
&reference.hrtime.hrtime.performancecounter;
|
|
&reference.hrtime.hrtime.stopwatch;
|
|
&reference.hrtime.hrtime.unit;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|