Source Code:
(back to article)
<?php function helloWorld() { return 'Hello, World!'; } echo helloWorld(); ?>
Result:
Report an issue