| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
ldap_add
Popis
bool ldap_add ( resource link_identifier, string dn, array entry )Add entries in the LDAP directory.
Seznam parametrů
link_identifierAn LDAP link identifier, returned by ldap_connect().
dnThe distinguished name of an LDAP entity.
entryAn array that specifies the information about the entry. The values in the entries are indexed by individual attributes. In case of multiple values for an attribute, they are indexed using integers starting with 0.
Příklady
| Předcházející | Domů | Další |
| ldap_8859_to_t61 | Nahoru< |