我的意思是……我将其“设置”为NULL。那么isset($somethingNULL) == true

最佳答案

bool isset ( mixed $var [, mixed $var [, $... ]] )



来自manualExamples在同一页面上。

关于php - 如果我将NULL赋给变量,isset()是否会返回false?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/1985890/

10-16 15:09