This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
rht
/
ocp-arch-lab-materials
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e27ffc2275
Rami (Branch)
Tag
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
Cronologia
Originale
1
2
3
<?php
print
"Hello, World! php version is "
. PHP_VERSION .
"\n"
;
?>