I want to save a SPACE character in an ini file and echo it in PHP. According to the information about INI Files escape characters in the Wikipedia (https://en.wikipedia.org/wiki/INI_file#Escape_characters) i tried to use the value char = \x20
and char = \x0020
but it is not working.
Is it because of PHP or do I make something wrong?