Update PHP.md

master
Matt Huntington 7 years ago committed by GitHub
parent 81a712ace1
commit a9d862d182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -384,6 +384,6 @@ function greet($name) {
echo "Hello $name";
}
writeMsg("Matt"); // call the function
greet("Matt"); // call the function
?>
```

Loading…
Cancel
Save