Aller au contenu principal

set_content_type

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");
 

SEE ALSO

AUTHOR

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

MODIFICATIONS

1.0 2015-02-18 17:56:58 laplante@sednove.com

Edit

© 2024 extenso Inc. All rights reserved.