PHP: How to compare keys in one array with values in another, and return matches?

前端 未结 4 2050
终归单人心
终归单人心 2020-12-30 06:10

I have the following two arrays:

$array_one = array(\'colorZero\'=>\'black\', \'colorOne\'=>\'red\', \'colorTwo\'=>\'green\', \'colorThree\'=>\'b         


        
4条回答
提交回复
热议问题