Answers for "get type variable in php"

PHP
15

find type in php

gettype($u)
Posted by: Guest on May-08-2020
0

get type of variable php

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

Browse Popular Code Answers by Language