open_in_new
content_copy
<?php function sayHello() { echo "Hello, World!"; } // Calling the function sayHello(); ?>