This website works better with JavaScript
首页
发现
帮助
登录
rht
/
ocp-arch-lab-materials
关注
2
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
c7445f290b
分支列表
标签列表
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
文件历史
原始文件
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>