Entry
Entry
class Entry
Methods
__construct($dn, array $attributes = array()) | ||
string | getDn() Returns the entry's DN. | |
bool | hasAttribute($name) Returns whether an attribute exists. | |
null|array | getAttribute($name) Returns a specific attribute's value. | |
array | getAttributes() Returns the complete list of attributes. | |
setAttribute(string $name, array $value) Sets a value for the given attribute. | ||
登录查看完整内容
|