Subscribe To Our Newsletter

Sign Up Now To Get SEO and Programming Tips

We Hate Spam! Really, It's terrible and we never do it.

Float Different Functions In PHP : 6th Day Lecture : Samee



Float Different Functions In PHP

Sample 1 : Example of Float.

float 3.584

Sample 2 : Different Functions Examples to show Float Values

float 3.684
4
3.68
3
4

 <html>  
   <head>  
     <title><?php $pagetitle="Float Different Functions In PHP : 6th Day Lecture : Samee";  
                          echo $pagetitle; ?></title>  
         <meta name="description" content="<?php $pagetitle ?>" />  
         <meta name="robots" value="nofollow, noindex" />  
     <link rel="icon" type="image/ico" href="http://www.iconarchive.com/download/i50954/deleket/3d-cartoon-vol3/Web-Coding.ico" alt="Icon" />  
     <link type="text/css" href="http://www.getacho.com/download/phpcss/stylesheet.css" rel="stylesheet" />  
   </head>  
   <body>  
        <img id="logo" src="http://icons.iconarchive.com/icons/deleket/3d-cartoon-vol3/256/Web-Coding-icon.png" alt="Coding">  
     <h1 align="center">Float Diffirent Functions In PHP : <a href="http://sameearticles.blogspot.com" target="_blank">Samee Articles</a></h1>  
       <h2 align="left">Sample 1 : Example of Float.</h2>  
         <?php  
                          $float=3.58400;  
                           var_dump($float)  
         ?>  
       <h2 align="left">Sample 2 : Different Functions Examples to show Float Values</h2>  
         <?php  
                          $float=3.684000000;  
                           var_dump($float); //It is to show the value is float  
                           echo round($float) . "<br />"; //it is used to increase the value to 4 as mathematics rules.   
                           echo round($float,2) . "<br />"; //it is used to increase the value after point and 2 digit as mathematics rules.  
                           echo floor($float) . "<br />"; //it is used to increase the value according to complete value  
                           echo ceil($float) . "<br />"; //it is used to increase the value to 4 as mathematics rules.   
         ?>  
   </body>  
 </html>  


Share this article :

Post a Comment

Give your reviews about this blog. Leave your comments. what do you think about this post?

Comments Description is given below:
1) I love to read comments, but do not spam.
2) Like this blog and also tweet its posts.
3) You can use some xHTML tags.
4) All Comments are Do Follow, Please try to use blog professionally.
5) Mention Your Name below the comment.
6) You can also suggest for improvement.
7) Do not forget to subscribe FusionMarketPro.online blog.

---------------------------------------
Thanks for visiting FusionMarketPro.Online.
==========================================
Join Sami Jeweller and Shop online jewelry for your someone special.
==========================================
Best Regards

 
Copyright © 2013-2016. Samee Articles - All Rights Reserved
Proudly powered by Blogger