How to parse a .plist file with php?

tarnfeld picture tarnfeld · Nov 17, 2009 · Viewed 11.6k times · Source

Can i parse a plist file with php and kind of get it into an array, like the $_POST[''] so i could call $_POST['body'] and get the string that has the <key> body ?