How to get the same value from two arrays in PHP?

后端 未结 6 880
小蘑菇
小蘑菇 2021-01-12 02:22

I want to get the same value from two arrays. Example:

a[] = array(a,b,c,d,e,f,g,h);
b[] = array(c,d,o,l,p,i,u,y);

I want c[]=c,d;

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