Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查 laravel 8 中是否有一个函数,比如C# 的 IsNullOrEmpty,只使用一个函数来检查空值和空值。
你可以使用empty()PHP函数。该empty()函数检查变量是否为空。
empty()
如果变量存在且不为空,则此函数返回 false,否则返回 true。
以下值的计算结果为空: