ARRAY_KEY_EXISTS() the first argument should be either a string or an integer
by
永夜
·
2013/11/21
浏览量: 2
![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](data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2027'%3E%3C/svg%3E)
array_key_exists()[function.array-key-exists]#atfp_close_translate_span#: The first argument should be either a string or an integer
array_key_exists($row[‘B’], $abrand)
Modified to:
array_key_exists((int)$row[‘B’], $abrand)
I am a PHP / Go backend engineer with 15+ years of experience. If you need any of the following services, feel free to contact me (more details: About Me & Collaboration):
- ✅ PHP / Go project development and maintenance
- ✅ System architecture design and technical consulting
- ✅ Performance optimization and troubleshooting
- ✅ Linux server deployment and operations
- ✅ Network environment optimization and remote support
- ✅ Long-term technical consulting
WeChat: 13980074657
Email: shuijingwanwq@gmail.com
Telegram: @shuijingwan
GitHub: https://github.com/shuijingwan
Tags: array_key_existsPHP
You may also like...