Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Ldap_Node_RootDse provides a simple data-container for the RootDSE node of an Active Directory server.

getConfigurationNamingContext(
)
:
string|null
Gets the configurationNamingContext.
Type | Description |
---|---|
string|null |

getDefaultNamingContext(
)
:
string|null
Gets the defaultNamingContext.
Type | Description |
---|---|
string|null |

getDomainControllerFunctionality(
)
:
string|null
Gets the domainControllerFunctionality.
Type | Description |
---|---|
string|null |

getDomainFunctionality(
)
:
string|null
Gets the domainFunctionality.
Type | Description |
---|---|
string|null |

getForestFunctionality(
)
:
string|null
Gets the forestFunctionality.
Type | Description |
---|---|
string|null |

getHighestCommittedUSN(
)
:
string|null
Gets the highestCommittedUSN.
Type | Description |
---|---|
string|null |

getIsGlobalCatalogReady(
)
:
string|null
Gets the isGlobalCatalogReady.
Type | Description |
---|---|
string|null |

getRootDomainNamingContext(
)
:
string|null
Gets the rootDomainNamingContext.
Type | Description |
---|---|
string|null |

getSchemaNamingContext(
)
:
string|null
Gets the schemaNamingContext.
Type | Description |
---|---|
string|null |

supportsCapability(
string|string|array $oids
)
:
boolean
Determines if the capability is supported
Name | Type | Description |
---|---|---|
$oids | string|string|array | capability(s) to check |
Type | Description |
---|---|
boolean |

supportsControl(
string|array $oids
)
:
boolean
Determines if the control is supported
Name | Type | Description |
---|---|---|
$oids | string|array | control oid(s) to check |
Type | Description |
---|---|
boolean |