The documentation on parse_ini_file states that you can't use these chars {}|&~![()^"
in the value. Is there some way to escape these chars? I need to use them. Normal escaping with \ doesn't seem to work.
The documentation on parse_ini_file states that you can't use these chars {}|&~![()^"
in the value. Is there some way to escape these chars? I need to use them. Normal escaping with \ doesn't seem to work.