function

set_content_type . response . sncode

VERSIONlatest Set content type for the httpd server.

SET_CONTENT_TYPE

NAME

set_content_type - Set content type for the httpd server.

SYNOPSIS

set_content_type (string);

DESCRIPTION

This function is used to set the content_type for the httpd server.

PARAMETERS

string
Specify content type.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.


set_content_type("text/tab-separated-values; charset=iso-8859-1");
 

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>