The file parameter keys must not
contain periods. Possible formats are INI, PHP, and XML. If the namespace is not specified,
the default namespace will be used.
Parameters file File path
[format] File format
[namespace] Namespace to load the file into
Returns true
loadINI( data : string, namespace : string=null ) : boolean
Loads an INI string into the registry namespace. The INI parameter keys must not contain
periods. If the namespace is not specified, the default namespace will be used.
Parameters data INI string
[namespace] The namespace to load the INI into
Returns true
Appendix
[ 433 ]
loadObject( &object : object, namespace : string=null ) : boolean
Loads public properties of an object into the registry namespace. If the namespace is not
specified, the default namespace will be used.
Parameters object Object to load
[namespace] The namespace to load the object into
Returns true
loadXML( data : string, namespace : string=null ) : boolean
Loads an XML string into the registry namespace.
Pages:
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599