SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsAccept Property

Specifies the Accept header property of the HTTP request.

Object Oriented Interface

public function getReqParamsAccept();
public function setReqParamsAccept($value);

Procedural Interface

secureblackbox_httpclient_get($res, 72 );
secureblackbox_httpclient_set($res, 72, $value );

Default Value

''

Remarks

Specifies the Accept header field of the HTTP request. The Accept field defines which media types are accepted in the response.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]