Pertanyaan PHP dalam tugas

<?php
function showMessage($hello=false){
  echo ($hello)?'hello':'bye';
}
?>
Fine Falcon