isset 判断为POST信息是否为空 (笔记,持续更新)

isset() 对于数组中为 NULL 的值不会返回 TRUE,但是 array_key_exists() 会返回true。

在post 信息中判断某个键是否有值得时候使用isset();

原文地址:https://www.cnblogs.com/molang/p/2705622.html