Blogger Information
Blog 15
fans 0
comment 0
visits 12622
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php基础
峰回掠影的博客
Original
693 people have browsed it

isset 判断一个变量是不是存在

unset 销毁一个变量

自定义方法 function

function myName(){

echo'1213‘;

}

return 结束php语句  返回一个结果0

多参数的自定义方法

function set($a,$b,$c){

return $a+$b+$c;

}

快捷if判断 ,叫三元运算符  条件?成立  不成立

echo $a>=90 ? '23'  :  '456';

.连接 

.= 连接并赋值



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post