* * An example file to show the working of a function call without parameters. */ /* * Run a function without parameters. */ echo "A function which takes no parameters; my_no_parameters_function()\n"; echo my_no_parameters_function() . "\n";