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

AttrValue Property

Attribute value for the current entry.

Object Oriented Interface

public function getAttrValue($attrindex);
public function setAttrValue($attrindex, $value);

Procedural Interface

ipworks_ldap_get($res, 5 , $attrindex);
ipworks_ldap_set($res, 5, $value , $attrindex);

Default Value

''

Remarks

Attribute value for the current entry.

If the value is part of a set of values, the AttributeType that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty AttributeType.

The size of the array is controlled by the AttrCount property.

This property is not available at design time.

Data Type

Binary String

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