Sign in
刘鹏伟
/
party
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
dada69dcef259ada015fcb1811a0d7b276acc10a
Authored by
程雨佳
2020-01-10 09:57:51 +0800
1 parent
9f7b4247
查看phpinfo文件
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
test.php
test.php
View file @
dada69d
1
1
<?php
2
+echo phpinfo();
3
+exit;
2
4
$ids = [];
3
5
for ($i=100;$i<=230;$i++) {
4
6
$ids[] = $i;
...
...