This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

PHP Float

float(10.365)

<?php  
// var_dump() function returns the data type and value:
$x = 10.365;
var_dump($x);
?>