What is this line used for? can some one explain it to me?

PHP Code:
$var = (isset($_GET['var'])) ? true false
i can see something with if it is set then do something...