From 5dc785edf358c2adcc4dc0abc95040ed3ac2e909 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 31 Mar 2007 20:25:26 +0000 Subject: [PATCH] forgot to move example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233029 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/ceil.xml | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/reference/math/functions/ceil.xml b/reference/math/functions/ceil.xml index e94db512d5..53e1c84283 100644 --- a/reference/math/functions/ceil.xml +++ b/reference/math/functions/ceil.xml @@ -1,5 +1,5 @@ - + ceil @@ -15,20 +15,6 @@ Returns the next highest integer value by rounding up value if necessary. - - - <function>ceil</function> example - - -]]> - - - &reftitle.parameters; @@ -58,7 +44,18 @@ echo ceil(-3.14); // -3 &reftitle.examples; - + + <function>ceil</function> example + + +]]> + +