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


Smartphone icons created by Freepik - Flaticon

PHP Integer

int(5985)

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