IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

Accept Property

A list of acceptable MIME types for the request.

Object Oriented Interface

public function getAccept();
public function setAccept($value);

Procedural Interface

ipworks_rss_get($res, 1 );
ipworks_rss_set($res, 1, $value );

Default Value

''

Remarks

If this property contains a non-empty string, an HTTP Accept header is added to the request.

The Accept header is used for content negotiation. It provides the server with a comma-separated list of MIME types that are acceptable for its response.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]