I have this situation in PHP. I have an array that has these keys, for example, wires-1, wires-2, wires-3. Do I need a function or a way for my program to read these keys and find that the common word is wires? How will this be done in PHP? Thank you for your help.
source
share