Naming a method that converts raw data into an object
- by Emanuil
Say you have data in the format:
name=john;age=33;gender=male
How would you call a method that converts data like that into an an object / associative array?
I've been thinking about:
- unserialize_variables
- parse_variables