CFPropertyList
CFPropertyList copied to clipboard
PHP Implementation of Apple's PList (binary and xml)
Can I directly use plist data in variables instead of reading plist data in files
**Describe the bug** Parsing plists produced by `NSKeyedArchiver` produces a tree of dependencies where references are marked with `CF$UID` pointing to the main tree. The library squashes these into integers...
PHP 8.1 introduced [return type declarations](https://wiki.php.net/rfc/internal_method_return_types) for most internal methods. Several classes in this library implement various built-in interfaces such as `Iterator` and `ArrayAccess`. These classes currently cause deprecation warnings...
**Describe the bug** When using a locale that uses commas (,) instead of points (.) as decimal delimiter, the output of CFPropertyList::toXML() uses this charater for ``s which is invalid...
Floats must be represented in XML using the American format. fix #67
### Changes description Wrong PHPdoc for `CFPropertyList::getValue` boolean argument.
- [x] Continuous integration - [ ] Continuous deployment - [ ] Continuous delivery - [ ] Changelog - [ ] Test reports - [ ] Coverage reports - [...
thanks for the plist reader! I am using a form to have users submit their itunes.xml plist to the site, which then parses the data and displays statistics about their...