Answers for "php how to see type of variable"

PHP
0

get type of variable php

$var = 1200;
gettype($var); // this will return integer
Posted by: Guest on January-04-2022

Code answers related to "php how to see type of variable"

Browse Popular Code Answers by Language