JRegistry::loadFile
Load the contents of a file into the registry
Signature
public function loadFile(string
$file,
[string
$format = 'JSON',
array
$options] )
Parameters
-
$file
- Path to file to load
-
$format
- Format of the file [optional: defaults to JSON]
-
$options
- Options used by the formatter
Returns
- boolean
- True on success