From 00ce37ce6d6bd02440ddb4808047a3ffa3d787c5 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Fri, 30 Jul 2004 14:50:51 +0000 Subject: [PATCH] Split the examples making them easier to read Changed the name of the function which returns microtime as a float to microtime_float git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164733 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/microtime.xml | 45 ++++++++++++---------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/reference/datetime/functions/microtime.xml b/reference/datetime/functions/microtime.xml index 24473f0509..ab6d25ba5a 100644 --- a/reference/datetime/functions/microtime.xml +++ b/reference/datetime/functions/microtime.xml @@ -1,5 +1,5 @@ - + @@ -38,41 +38,46 @@ - <function>microtime</function> example + Timing script execution with <function>microtime</function> +]]> + + + + Timing script execution in PHP5 + + ]]> @@ -103,4 +108,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> +--> \ No newline at end of file