LICENSE This file is part of CFPropertyList.
Author: | Rodney Rehm <rodney.rehm@medialize.de> |
Author: | Christian Kruse <cjk@wwwtech.de> |
Copyright: | Copyright © 2018 Teclib |
License: | MIT |
File Size: | 83 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
toXML(DOMDocument $doc, $nodeName = "") X-Ref |
Get XML-Node. Returns <real> if $value is a float, <integer> if $value is an integer. return: DOMNode <real> or <integer>-Element param: DOMDocument $doc DOMDocument to create DOMNode in param: string $nodeName For compatibility reasons; just ignore it |
toBinary(CFBinaryPropertyList &$bplist) X-Ref |
convert value to binary representation return: The offset in the object table param: CFBinaryPropertyList The binary property list object |