-
Code function hiThere ($name) { echo 'Hello ' . $name . ', welcome to PHP!'; } hiThere('Austin');
Output:
-
Code - function hiThere ($name) {
echo "Hello $name, welcome to PHP!";};- echo 'Hello ' . $name . ', welcome to PHP!';
- }
hiThere("Austin");# returns "Hello Austin, welcome to PHP!"- hiThere('Austin');
Preloaded Code
- All
- {{group.name}} ({{group.count}})
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}