Http_output



Hi everyone,

HTTP output, if I understand correctly, is to convert character
encodings from what PHP is outputting to some other specified format.
This could be used, for example, if your PHP source is stored in UTF-8,
and you wish (for some reason) to output in UCS-2. Is this correct?
Where else would this feature be used?

Thanks

Taras

.



Relevant Pages

  • http output
    ... HTTP output, if I understand correctly, is to convert character ... encodings from what PHP is outputting to some other specified format. ... This could be used, for example, if your PHP source is stored in UTF-8, ...
    (php.general)
  • Re: [PHP] CSV Files
    ... After I right out the column headers do I have to put a '/n' to have it start a new line in the CSV file? ... refer to a newline character. ... rather than chrin PHP, ... character at the end of every row in CSV including the header row. ...
    (php.general)
  • Re: [PHP] php seems to be inconsistent in its handling of backslashes ... maybe?
    ... some other non-special character, by just pretending you knew what ... Not that I can deny Richard's infinite knowledge of PHP (and it ... hex and octal codes) just turns into a plain old \ ... string, personally, but apparently I'm in the minority. ...
    (php.general)
  • Re: [PHP] CSV Files
    ... After I right out the column headers do I have to put a '/n' to have it start a new line in the CSV file? ... rather than chrin PHP, ... character at the end of every row in CSV including the header row. ... either a carriage return or line feed or both. ...
    (php.general)
  • Re: replace single slash with double slash
    ... Parse error: parse error, unexpected T_VARIABLE in c:\Inetpub\wwwroot ... The backslash character is the escape character. ... Where is your string coming from? ... php does it's own converting of the slashes. ...
    (comp.lang.php)