Answers for "what is the type php"

PHP
11

typeof php

gettype($var);
Posted by: Guest on October-07-2020
1

how to find datatype of a variable in php

<?php
$a = 3;
echo gettype($a);
?>
Posted by: Guest on February-23-2022

Code answers related to "what is the type php"

Browse Popular Code Answers by Language