Guest User

Untitled

a guest
Aug 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php\n/**\n * A simple function to print "hello"\n *\n * @param string $name A name to say hello to\n *\n */\nfunction sayHello($name)\n{\n printf("Hello %s\\n", $name);\n}\n\n?>
Add Comment
Please, Sign In to add comment