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.
我是 codeigniter 的新手,我正在使用它的 form_validation。我找到了一个名为 is_unique 的函数,它查看该值是否已经在表中。但是是否有与此功能相反的功能可用?那检查表中的值是否一次?
不,没有。有 2 种选择:
is_array()