array_key_exists() The first argument should be either a string or an integer

array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer

array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer

array_key_exists($row[‘B’], $abrand)

修改为:

array_key_exists((int)$row[‘B’], $abrand)

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/250332.html

(0)
上一篇 2022年4月29日
下一篇 2022年4月29日

相关推荐

发表回复

登录后才能评论