Data Type Php

$a = "aa";
echo(is_string($a));
?>