Re: Http_output
- From: "Steve" <no.one@xxxxxxxxxxx>
- Date: Wed, 24 Jan 2007 15:09:05 -0600
"Taras_96" <taras.di@xxxxxxxxx> wrote in message
news:1169635555.652358.316260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| 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
oddly put question. 'http output' is not a php function. there are
individual functions that allow you to format data in a variety of formats
from utf-8 to base 64, etc.. the answer to your specific question is, no. as
for using the other formatting types/functions...they may be required in
order for you to interact with a database or to format a binary file so a
browser can receive it and handle it properly - as in, base64 encoding an
executable where the browser should ask if it should be saved, run, etc.
hth
.
- Follow-Ups:
- Re: Http_output
- From: Taras_96
- Re: Http_output
- References:
- Http_output
- From: Taras_96
- Http_output
- Prev by Date: Re: php force MP3 'save as' dialog
- Next by Date: Re: php force MP3 'save as' dialog
- Previous by thread: Http_output
- Next by thread: Re: Http_output
- Index(es):
Relevant Pages
|