Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to parse a .plist file with php?

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 ?

like image 515
tarnfeld Avatar asked Nov 17 '09 15:11

tarnfeld


2 Answers

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

like image 121
ax. Avatar answered Nov 18 '22 16:11

ax.


Googling for "php plist parser" turned up this blog post that seems to be able to do what you are asking for.

like image 1
jkndrkn Avatar answered Nov 18 '22 15:11

jkndrkn