Après avoir suivi, vous pouvez suivre ses informations dynamiques en temps opportun
Cours dans la section correspondante:Chaîne de type de données PHP
$shuang "双引号与单引号的区别"; $dan '单引号是否能显示$后面的变量$shuang';
2018-09-160个赞
Cours dans la section correspondante:Contrôle de flux PHP si instruction
3.24
2019-03-240个赞
Cours dans la section correspondante:Type de données PHP Type NULL
null不是布尔型、也不是0、也不是空格 1、通过变量赋值明确制定为变量值为null 2、一个变量没有给任何值; 3、使用函数unset()将变量销毁,也会产生null值;
empty()函数判断括号内变量的值是否为空。
2018-09-230个赞
Cours dans la section correspondante:Type de données variables
变量标识符 $$var; $var = ‘email’; echo $email; ok
2022-04-051个赞