How to parse a .plist file with php?

arrays, parsing, php, plist, post

Solution

CFPropertyList - A PHP Implementation Of Apple's plist (PropertyList)

Problem

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` ?

Original source