API17:JRegistryFormatIni:: getValueAsINI
From Joomla! Documentation
JRegistryFormatIni::_getValueAsINI
Description
Method to get a value in an INI format.
protected function _getValueAsINI ($value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | mixed | The value to convert to INI format. |
- Returns string The value in INI format.
- Defined on line 187 of libraries/joomla/registry/format/ini.php
- Since

See also
JRegistryFormatIni::_getValueAsINI source code on BitBucket
Class JRegistryFormatIni
Subpackage Registry- Other versions of JRegistryFormatIni::_getValueAsINI
User contributed notes
Code Examples