This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
rht
/
ocp-arch-lab-materials
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
81997b8cd8
Ramos
Etiquetas
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
Histórico
Em bruto
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>