Как найти дат данных с переменной в php

<?php
$a = 3;
echo gettype($a);
?>
Green Team