string generate_ini (array inidata [, string comments])
Transforms the multidimensional array inidata in a string that can be saved directly as an INI file. comments may optionally be added to the beginning of the INI string. To parse an INI string into an array, use parse_ini().
Example
|
See also