IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

HeaderParamValue Property

The header parameter value.

Object Oriented Interface

public function getHeaderParamValue($headerparamindex);
public function setHeaderParamValue($headerparamindex, $value);

Procedural Interface

ipworksencrypt_jwe_get($res, 11 , $headerparamindex);
ipworksencrypt_jwe_set($res, 11, $value , $headerparamindex);

Default Value

''

Remarks

The header parameter value.

The $headerparamindex parameter specifies the index of the item in the array. The size of the array is controlled by the HeaderParamCount property.

This property is not available at design time.

Data Type

String

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