LdapTools\Ldif\LdifEntryBuilder::moddn PHP 메소드

moddn() 공개 메소드

Create a LDIF entry to modify the DN of a LDAP object.
public moddn ( string $dn ) : LdifEntryModDn
$dn string The DN to modify.
리턴 LdapTools\Ldif\Entry\LdifEntryModDn
    public function moddn($dn)
    {
        return new LdifEntryModDn($dn, null, false);
    }