Jon Simpson

CFPropertyList

1 May 2010

The PHP implementation of Appleā€™s PropertyList can handle XML PropertyLists as well as binary PropertyLists. It offers functionality to easily convert data between worlds, e.g. recalculating timestamps from unix epoch to apple epoch and vice versa. A feature to automagically create (guess) the plist structure from a normal PHP data structure will help you dump your data to plist in no time.

Useful layer for sending data back and forth from iPhone apps - JSON is popular but requires third-party libraries on the phone.


 Home