Data Type Php

# create a variable that holds an integer
$intVar = "9554215464";
echo "

integer: $intVar

";
?>