php questions in tasks

45

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

Comments

Submit
0 Comments