SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ReferenceHasURI Property

Specifies whether the URI is set (even when it is empty).

Object Oriented Interface

public function getReferenceHasURI($referenceindex);
public function setReferenceHasURI($referenceindex, $value);

Procedural Interface

secureblackbox_soapsigner_get($res, 55 , $referenceindex);
secureblackbox_soapsigner_set($res, 55, $value , $referenceindex);

Default Value

true

Remarks

Specifies whether the URI is set (even when it is empty).

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

This property is not available at design time.

Data Type

Boolean

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