turn array values into keys in another array in php?
- by user151841
I have an array of field names. I would like to use those to populate the keys of another array, which will have empty values as default. Is there a single command I can do this with?