API17:JLDAP::search
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLDAP::search
Description
Perform an LDAP search.
Description:JLDAP::search [Edit Descripton]
public function search ( $filters $dnoverride=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $filters | array | Search Filters (array of strings) | |
| $dnoverride | string | null | DN Override |
- Returns array Multidimensional array of results
- Defined on line 214 of libraries/joomla/client/ldap.php
See also
-
JLDAP::search source code on BitBucket
-
Class JLDAP
-
Subpackage Client
- Other versions of JLDAP::search
SeeAlso:JLDAP::search [Edit See Also]
User contributed notes
<CodeExamplesForm />
