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基本语法
/
01数据类型
/
02-bool.php
7 lines
98 B
Raw
Blame
History
<
?
php
$a
=
true
;
$b
=
false
;
var_dump
(
$a
,
$b
);
echo
$a
.
PHP_EOL
;
echo
$b
.
PHP_EOL
;
?>
Reference in new issue