This website requires JavaScript.
Explore
Help
Register
Sign In
knative
/
docs
mirror of
https://github.com/knative/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3e3eebe70
docs
/
code-samples
/
serving
/
hello-world
/
helloworld-php
/
index.php
5 lines
92 B
PHP
Raw
Blame
History
<
?
php
$target
=
getenv
(
'TARGET'
,
true
)
?
:
'World'
;
echo
sprintf
(
"
Hello %s!
\n
"
,
$target
);
?>
Reference in New Issue
View Git Blame
Copy Permalink