? for types in php

PHP
<?php
$x = "Hello world!";
$y = 'Hello world!';

echo $x;
echo "<br>";
echo $y;
?>gettype($u)
Source

Also in PHP: