This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
rht
/
ocp-arch-lab-materials
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
Link permanente
Histórico
Raw
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>