Files
post-grachelor-web/start.php
2017-03-27 14:24:14 +02:00

15 lines
257 B
PHP

<?php
/**
* Created by PhpStorm.
* User: leanderschmedemann
* Date: 27/03/2017
* Time: 14:07
*/
$uid = $_GET['uid'];
$length = ($_GET['length'] && gettype(+$_GET['length']) == 'integer') ? $_GET['length'] : 10;
echo gettype($length);
?>