AttrType Property

Attribute type for the current entry.

Object Oriented Interface

public function getAttrType($attrindex);
public function setAttrType($attrindex, $value);

Procedural Interface

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

Default Value

''

Remarks

Attribute type for the current entry.

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

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

This property is not available at design time.

Data Type

String

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