Date
Sep. 8th, 2024
 
2024年 8月 6日

Post: PHP Primer 009 : 特殊类型 - 空

PHP Primer 009 : 特殊类型 - 空

Published 12:01 Jan 21, 2012.

Created by @ezra. Categorized in #Programming, and tagged as #PHP.

Source format: Markdown

Table of Content

空类型 NULL 对大小写不敏感,这种类型只有一个取值,表示一个变量没有值,当被赋值为 NULL 或未被赋值、又或被调用 unset(),则变量被认定为NULL。

<?php
    $ivar = 'meniny';
    var_dump($ivar);
    $ivar = null;
    var_dump($ivar);
?>
Pinned Message
HOTODOGO
The Founder and CEO of Infeca Technology.
Developer, Designer, Blogger.
Big fan of Apple, Love of colour.
Feel free to contact me.
反曲点科技创始人和首席执行官。
程序猿、设计师、奇怪的博主。
苹果死忠、热爱色彩斑斓的世界。
如有意向请随时 与我联系