check multiple values exists php array

后端 未结 2 2108
清酒与你
清酒与你 2020-12-05 19:22

I have an array in PHP

$permission = array( \"admin\", \"moderator\", \"guest\"  );

and i have another array

$userRoles = a         


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