Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Last active November 28, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/dd3932c67ba563ba465371e8e482a0db to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/dd3932c67ba563ba465371e8e482a0db to your computer and use it in GitHub Desktop.
<?php
function userInfo(string $name, int $age): string {
return "Nombre {$name}, edad {$age}";
}
echo userInfo(age: 39, name: "Israel");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment