This website works better with JavaScript.
Home
Explore
Help
Sign In
kuangweijian
/
php_demo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6
Commits
1
Branch
0
Tags
63 KiB
PHP
100%
Tree:
3ba290cb2f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3ba290cb2f'
${ noResults }
php_demo
/
01基本语法
/
预定义变量.php
8 lines
110 B
Raw
Blame
History
<
?
php
//php已经设定好的变量
var_dump
(
$GLOBALS
);
echo
"
<pre>
"
;
var_dump
(
$_SERVER
);
?>
Reference in new issue