LdapTools\AttributeConverter\ConvertWindowsGuid::fromLdap PHP 메소드

fromLdap() 공개 메소드

public fromLdap ( $guid )
    public function fromLdap($guid)
    {
        return (new GUID($guid))->toString();
    }
ConvertWindowsGuid