Main.php
Download
<?php $x="100"; $y= (bool)$x; echo gettype($y); ?>
boolean