cara menemukan tipe data dari variabel dalam php
<?php
$a = 3;
echo gettype($a);
?>
Green Team
<?php
$a = 3;
echo gettype($a);
?>