LdapGetEntry(resultID, entryNumber);
resultID
entryNumber
The number of the entry in the result set to be retrieved. Note that indexing is 0 based, i.e. entryNumber 0 is the first entry in the result set, entryNumber 1 is the second entry, etc.
entryID
The function call returns the entryID of the string found.The entryID can be used with subsequent calls to access its attributes.""
$theuser=ldapGetEntry($theuserlist, 0);In this example, the value of the first entry (index 0) in theuserlist is assigned to theuser variable.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |