SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReqParamsAcceptLanguage Property

Specifies the Accept-Language header property of the HTTP request.

Object Oriented Interface

public function getReqParamsAcceptLanguage();
public function setReqParamsAcceptLanguage($value);

Procedural Interface

secureblackbox_soapclient_get($res, 90 );
secureblackbox_soapclient_set($res, 90, $value );

Default Value

''

Remarks

Specifies the Accept-Language header field of the HTTP request. The Accept-Language field specifies the language (and locale) which the client can understand.

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]