最后活跃于 3 months ago

admin 修订了这个 Gist 3 months ago. 转到此修订

1 file changed, 10 insertions

phpinfo.php(文件已创建)

@@ -0,0 +1,10 @@
1 + <?php
2 +
3 + // Show all information, defaults to INFO_ALL
4 + phpinfo();
5 +
6 + // Show just the module information.
7 + // phpinfo(8) yields identical results.
8 + phpinfo(INFO_MODULES);
9 +
10 + ?>
上一页 下一页