You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhanglingsheng a685e7340e 礼包列表过滤超级签 5 years ago
..
classes/CFPropertyList 礼包列表过滤超级签 5 years ago
examples 礼包列表过滤超级签 5 years ago
tests 礼包列表过滤超级签 5 years ago
.gitignore 礼包列表过滤超级签 5 years ago
LICENSE 礼包列表过滤超级签 5 years ago
README.md 礼包列表过滤超级签 5 years ago
build.sh 礼包列表过滤超级签 5 years ago
composer.json 礼包列表过滤超级签 5 years ago

README.md

CFPropertyList

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.

Note: CFPropertylist was originally hosted on Google Code

Choose Your Favorite Operating System

CFPropertyList does not rely on any "Apple proprietary" components, like plutil. CFPropertyList runs on any Operating System with PHP and some standard extensions installed.

Although you might want to deliver data to your iPhone application, you might want to run those server side services on your standard Linux (or even Windows) environment, rather than buying an expensive Apple Server. With CFPropertyList you now have the power to provide data from your favorite Operating System.

Requirements And Limitations

  • requires PHP5.3 (as of CFPropertyList 2.0)
  • requires either MBString or Iconv
  • requires either BC or GMP or phpseclib (see BigIntegerBug for an explanation) - as of CFPropertyList 1.0.1

Authors

License

CFPropertyList is published under the MIT License.

Installation

see Composer / Packagist.