Net_LDAP2
[ class tree: Net_LDAP2 ] [ index: Net_LDAP2 ] [ all elements ]

Element index for package Net_LDAP2

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

$_attributes
in file Entry.php, variable Net_LDAP2_Entry::$_attributes
    Attributes
$_attributeTypes
in file Schema.php, variable Net_LDAP2_Schema::$_attributeTypes
    Array of entries belonging to this type
$_changes
in file Entry.php, variable Net_LDAP2_Entry::$_changes
    Map with changes to the entry
$_config
in file LDAP2.php, variable Net_LDAP2::$_config
    Class configuration array
$_count_cache
in file Search.php, variable Net_LDAP2_Search::$_count_cache
    Cache variable for count()
$_delete
in file Entry.php, variable Net_LDAP2_Entry::$_delete
    Shall the entry be deleted?
$_dITContentRules
in file Schema.php, variable Net_LDAP2_Schema::$_dITContentRules
$_dITStructureRules
in file Schema.php, variable Net_LDAP2_Schema::$_dITStructureRules
$_dn
in file Entry.php, variable Net_LDAP2_Entry::$_dn
    Distinguished name of the entry
$_down_host_list
in file LDAP2.php, variable Net_LDAP2::$_down_host_list
    List of hosts that are known to be down.
$_entry
in file Entry.php, variable Net_LDAP2_Entry::$_entry
    Entry ressource identifier
$_entry
in file RootDSE.php, variable Net_LDAP2_RootDSE::$_entry
$_entry
in file Search.php, variable Net_LDAP2_Search::$_entry
    Result entry identifier
$_entrynum
in file LDIF.php, variable Net_LDAP2_LDIF::$_entrynum
    counter for processed entries
$_entry_cache
in file Search.php, variable Net_LDAP2_Search::$_entry_cache
    Cache variable for storing entries fetched internally
$_error
in file LDIF.php, variable Net_LDAP2_LDIF::$_error
    Errorcache
$_errorCode
in file Search.php, variable Net_LDAP2_Search::$_errorCode
    The errorcode the search got
$_FH
in file LDIF.php, variable Net_LDAP2_LDIF::$_FH
    Filehandle for read/write
$_FH_opened
in file LDIF.php, variable Net_LDAP2_LDIF::$_FH_opened
    Says, if we opened the filehandle ourselves
$_filter
in file Filter.php, variable Net_LDAP2_Filter::$_filter
    Single filter
$_host_list
in file LDAP2.php, variable Net_LDAP2::$_host_list
    List of hosts we try to establish a connection to
$_initialized
in file Schema.php, variable Net_LDAP2_Schema::$_initialized
    Tells if the schema is initialized
$_input_line
in file LDIF.php, variable Net_LDAP2_LDIF::$_input_line
    Linecounter for input file handle
$_iteratorCache
in file Search.php, variable Net_LDAP2_Search::$_iteratorCache
    Cache for all entries already fetched from iterator interface
$_ldap
in file Entry.php, variable Net_LDAP2_Entry::$_ldap
    Net_LDAP2 object
$_ldap
in file Search.php, variable Net_LDAP2_Search::$_ldap
    Net_LDAP2 object
$_ldapSyntaxes
in file Schema.php, variable Net_LDAP2_Schema::$_ldapSyntaxes
$_lines_cur
in file LDIF.php, variable Net_LDAP2_LDIF::$_lines_cur
    Cache for lines that have build the current entry
$_lines_next
in file LDIF.php, variable Net_LDAP2_LDIF::$_lines_next
    Cache for lines that will build the next entry
$_link
in file LDAP2.php, variable Net_LDAP2::$_link
    LDAP resource link.
$_link
in file Search.php, variable Net_LDAP2_Search::$_link
    LDAP resource link
$_link
in file Entry.php, variable Net_LDAP2_Entry::$_link
    LDAP ressource identifier
$_map
in file Entry.php, variable Net_LDAP2_Entry::$_map
    Map of attribute names
$_match
in file Filter.php, variable Net_LDAP2_Filter::$_match
    Match of this filter
$_matchingRules
in file Schema.php, variable Net_LDAP2_Schema::$_matchingRules
$_matchingRuleUse
in file Schema.php, variable Net_LDAP2_Schema::$_matchingRuleUse
$_mode
in file LDIF.php, variable Net_LDAP2_LDIF::$_mode
    Mode we are working in
$_nameForms
in file Schema.php, variable Net_LDAP2_Schema::$_nameForms
$_new
in file Entry.php, variable Net_LDAP2_Entry::$_new
    Is this a new entry?
$_newdn
in file Entry.php, variable Net_LDAP2_Entry::$_newdn
    New distinguished name
$_objectClasses
in file Schema.php, variable Net_LDAP2_Schema::$_objectClasses
$_oids
in file Schema.php, variable Net_LDAP2_Schema::$_oids
    hash of all fetched oids
$_options
in file LDIF.php, variable Net_LDAP2_LDIF::$_options
    Options
$_original
in file Entry.php, variable Net_LDAP2_Entry::$_original
    Original attributes before any modification
$_rootDSE_cache
in file LDAP2.php, variable Net_LDAP2::$_rootDSE_cache
    Cache for rootDSE objects
$_schema
in file LDAP2.php, variable Net_LDAP2::$_schema
    Net_LDAP2_Schema object
$_schemaAttrs
in file LDAP2.php, variable Net_LDAP2::$_schemaAttrs
    Cache for attribute encoding checks
$_schema_cache
in file LDAP2.php, variable Net_LDAP2::$_schema_cache
    Schema cacher function callback
$_search
in file Search.php, variable Net_LDAP2_Search::$_search
    Search result identifier
$_searchedAttrs
in file Search.php, variable Net_LDAP2_Search::$_searchedAttrs
    What attributes we searched for
$_subfilters
in file Filter.php, variable Net_LDAP2_Filter::$_subfilters
    Storage for combination of filters
$_version_written
in file LDIF.php, variable Net_LDAP2_LDIF::$_version_written
    Tells, if the LDIF version string was already written
_getAttr
in file Schema.php, method Net_LDAP2_Schema::_getAttr()
    Fetches the given attribute from the given objectclass
_Net_LDAP2
in file LDAP2.php, method Net_LDAP2::_Net_LDAP2()
    Destructor
_Net_LDAP2_Search
in file Search.php, method Net_LDAP2_Search::_Net_LDAP2_Search()
    Destructor
_parse_entry
in file Schema.php, method Net_LDAP2_Schema::_parse_entry()
    Parses an attribute value into a schema entry
_tokenize
in file Schema.php, method Net_LDAP2_Schema::_tokenize()
    Tokenizes the given value into an array of tokens
__construct
in file Util.php, method Net_LDAP2_Util::__construct()
    Constructor
__construct
in file Search.php, method Net_LDAP2_Search::__construct()
    Constructor
__construct
in file Schema.php, method Net_LDAP2_Schema::__construct()
    Constructor of the class
__construct
in file RootDSE.php, method Net_LDAP2_RootDSE::__construct()
    Class constructor
__construct
in file LDIF.php, method Net_LDAP2_LDIF::__construct()
    Open LDIF file for reading or for writing
__construct
in file Filter.php, method Net_LDAP2_Filter::__construct()
    Create a new Net_LDAP2_Filter object and parse $filter.
__construct
in file LDAP2.php, method Net_LDAP2_Error::__construct()
    Net_LDAP2_Error constructor.
__construct
in file Entry.php, method Net_LDAP2_Entry::__construct()
    Internal Constructor
__construct
in file LDAP2.php, method Net_LDAP2::__construct()
    Net_LDAP2 constructor
top

a

add
in file LDAP2.php, method Net_LDAP2::add()
    Add a new entryobject to a directory.
add
in file Entry.php, method Net_LDAP2_Entry::add()
    Adds a new attribute or a new value to an existing attribute
asc2hex32
in file Util.php, method Net_LDAP2_Util::asc2hex32()
    Converts all ASCII chars < 32 to "\HEX"
asString
in file Filter.php, method Net_LDAP2_Filter::asString()
    Get the string representation of this filter
as_string
in file Filter.php, method Net_LDAP2_Filter::as_string()
    Alias for perl interface as_string()
as_struct
in file Search.php, method Net_LDAP2_Search::as_struct()
    Return entries as array
attributeExists
in file Schema.php, method Net_LDAP2_Schema::attributeExists()
    See if an attribute is defined in the schema
attributes
in file Entry.php, method Net_LDAP2_Entry::attributes()
    Returns an array of attributes names
add_entry.php
procedural page add_entry.php
top

b

bind
in file LDAP2.php, method Net_LDAP2::bind()
    Bind or rebind to the ldap-server
top

c

canonical_dn
in file Util.php, method Net_LDAP2_Util::canonical_dn()
    Returns the given DN in a canonical form
checkAttr
in file RootDSE.php, method Net_LDAP2_RootDSE::checkAttr()
    Checks for existance of value in attribute
checkAttribute
in file Schema.php, method Net_LDAP2_Schema::checkAttribute()
    See if an attribute is available in a set of objectClasses
checkLDAPExtension
in file LDAP2.php, method Net_LDAP2::checkLDAPExtension()
    Checks if phps ldap-extension is loaded
combine
in file Filter.php, method Net_LDAP2_Filter::combine()
    Combine two or more filter objects using a logical operator
connect
in file LDAP2.php, method Net_LDAP2::connect()
    Configure Net_LDAP2, connect and bind
convertAttribute
in file LDIF.php, method Net_LDAP2_LDIF::convertAttribute()
    Convert an attribute and value to LDIF string representation
convertDN
in file LDIF.php, method Net_LDAP2_LDIF::convertDN()
    Convert an entries DN to LDIF string representation
copy
in file LDAP2.php, method Net_LDAP2::copy()
    Copy an entry to a new location
correct_dn_splitting
in file Util.php, method Net_LDAP2_Util::correct_dn_splitting()
    Corrects splitting of dn parts
count
in file Search.php, method Net_LDAP2_Search::count()
    Returns the number of entries in the searchresult
create
in file Filter.php, method Net_LDAP2_Filter::create()
    Constructor of a new part of a LDAP filter.
createConnected
in file Entry.php, method Net_LDAP2_Entry::createConnected()
    Creates a Net_LDAP2_Entry object out of an ldap entry resource
createExisting
in file Entry.php, method Net_LDAP2_Entry::createExisting()
    Creates an Net_LDAP2_Entry object that is considered already existing
createFresh
in file Entry.php, method Net_LDAP2_Entry::createFresh()
    Creates a fresh entry that may be added to the directory later on
current
in file Search.php, method Net_LDAP2_Search::current()
    SPL Iterator interface: Return the current element.
currentDN
in file Entry.php, method Net_LDAP2_Entry::currentDN()
    Returns always the original DN
current_entry
in file LDIF.php, method Net_LDAP2_LDIF::current_entry()
    Returns the current Net::LDAP::Entry object.
current_lines
in file LDIF.php, method Net_LDAP2_LDIF::current_lines()
    Returns the lines that generated the current Net::LDAP::Entry object.
connecting.php
procedural page connecting.php
top

d

delete
in file LDAP2.php, method Net_LDAP2::delete()
    Delete an entry from the directory
delete
in file Entry.php, method Net_LDAP2_Entry::delete()
    Deletes an whole attribute or a value or the whole entry
disconnect
in file LDAP2.php, method Net_LDAP2::disconnect()
    Alias for done()
dn
in file Entry.php, method Net_LDAP2_Entry::dn()
    Get or set the distinguished name of the entry
dnExists
in file LDAP2.php, method Net_LDAP2::dnExists()
    Tells if a DN does exist in the directory
done
in file Search.php, method Net_LDAP2_Search::done()
    Closes search result
done
in file LDIF.php, method Net_LDAP2_LDIF::done()
    Clean up
done
in file LDAP2.php, method Net_LDAP2::done()
    Close LDAP connection.
dropError
in file LDIF.php, method Net_LDAP2_LDIF::dropError()
    Optionally raises an error and pushes the error on the error cache
top

e

entries
in file Search.php, method Net_LDAP2_Search::entries()
    Returns an array of entry objects.
eof
in file LDIF.php, method Net_LDAP2_LDIF::eof()
    Returns true when the end of the file is reached.
error
in file LDIF.php, method Net_LDAP2_LDIF::error()
    Returns last error message if error was found.
errorMessage
in file LDAP2.php, method Net_LDAP2::errorMessage()
    Returns the string for an ldap errorcode.
error_lines
in file LDIF.php, method Net_LDAP2_LDIF::error_lines()
    Returns lines that resulted in error.
escape
in file Filter.php, method Net_LDAP2_Filter::escape()
    This can be used to escape a string to provide a valid LDAP-Filter.
escape_dn_value
in file Util.php, method Net_LDAP2_Util::escape_dn_value()
    Escapes a DN value according to RFC 2253
escape_filter_value
in file Util.php, method Net_LDAP2_Util::escape_filter_value()
    Escapes the given VALUES according to RFC 2254 so that they can be safely used in LDAP filters.
exists
in file Schema.php, method Net_LDAP2_Schema::exists()
    See if an schema element exists
exists
in file Entry.php, method Net_LDAP2_Entry::exists()
    Returns whether an attribute exists or not
Entry.php
procedural page Entry.php
top

f

fetch
in file Schema.php, method Net_LDAP2_Schema::fetch()
    Fetch the Schema from an LDAP connection
fetch
in file RootDSE.php, method Net_LDAP2_RootDSE::fetch()
    Fetches a RootDSE object from an LDAP connection
finishEntry
in file LDIF.php, method Net_LDAP2_LDIF::finishEntry()
    Finishes an LDIF entry
fetch_entry.php
procedural page fetch_entry.php
Filter.php
procedural page Filter.php
top

g

get
in file Schema.php, method Net_LDAP2_Schema::get()
    Return a specific entry
getAll
in file Schema.php, method Net_LDAP2_Schema::getAll()
    Return a hash of entries for the given type
getAssignedOCLs
in file Schema.php, method Net_LDAP2_Schema::getAssignedOCLs()
    See to which ObjectClasses an attribute is assigned
getAttrName
in file Entry.php, method Net_LDAP2_Entry::getAttrName()
    Returns the right attribute name
getChanges
in file Entry.php, method Net_LDAP2_Entry::getChanges()
    Returns the attribute changes to be carried out once update() is called
getComponents
in file Filter.php, method Net_LDAP2_Filter::getComponents()
    Retrieve this leaf-filters attribute, match and value component.
getEntry
in file LDAP2.php, method Net_LDAP2::getEntry()
    Get a specific entry based on the DN
getErrorCode
in file Search.php, method Net_LDAP2_Search::getErrorCode()
    Get the errorcode the object got in its search.
getLDAP
in file Entry.php, method Net_LDAP2_Entry::getLDAP()
    Returns a reference to the LDAP-Object of this entry
getLDAPVersion
in file LDAP2.php, method Net_LDAP2::getLDAPVersion()
    Get the LDAP_PROTOCOL_VERSION that is used on the connection.
getLink
in file LDAP2.php, method Net_LDAP2::getLink()
    Get the LDAP link resource. It will loop attempting to re-establish the connection if the connection attempt fails and auto_reconnect has been turned on (see the _config array documentation).
getOption
in file LDAP2.php, method Net_LDAP2::getOption()
    Get an LDAP option value
getValue
in file Entry.php, method Net_LDAP2_Entry::getValue()
    Get the value of a specific attribute
getValue
in file RootDSE.php, method Net_LDAP2_RootDSE::getValue()
    Gets the requested attribute value
getValues
in file Entry.php, method Net_LDAP2_Entry::getValues()
    Get the values of all attributes in a hash
getVersion
in file LDAP2.php, method Net_LDAP2::getVersion()
    Returns the Net_LDAP2 Release version, may be called statically
get_value
in file RootDSE.php, method Net_LDAP2_RootDSE::get_value()
    Alias function of getValue() for perl-ldap interface
get_value
in file Entry.php, method Net_LDAP2_Entry::get_value()
    Alias function of getValue for perl-ldap interface
top

h

handle
in file LDIF.php, method Net_LDAP2_LDIF::handle()
    Returns the file handle the Net_LDAP2_LDIF object reads from or writes to.
hex2asc
in file Util.php, method Net_LDAP2_Util::hex2asc()
    Converts all Hex expressions ("\HEX") to their original ASCII characters
top

i

isBinary
in file Schema.php, method Net_LDAP2_Schema::isBinary()
    Returns wether a attribute syntax is binary or not
isLeaf
in file Filter.php, method Net_LDAP2_Filter::isLeaf()
    Is this a container or a leaf filter object?
isNew
in file Entry.php, method Net_LDAP2_Entry::isNew()
    Tells if the entry is consiedered as new (not present in the server)
top

k

key
in file Search.php, method Net_LDAP2_Search::key()
    SPL Iterator interface: Return the identifying key (DN) of the current entry.
top

l

ldap_explode_dn
in file Util.php, method Net_LDAP2_Util::ldap_explode_dn()
    Explodes the given DN into its elements
LDIF.php
procedural page LDIF.php
LDAP2.php
procedural page LDAP2.php
top

m

markAsNew
in file Entry.php, method Net_LDAP2_Entry::markAsNew()
    Marks the entry as new/existing.
matches
in file Filter.php, method Net_LDAP2_Filter::matches()
    Filter entries using this filter or see if a filter matches
may
in file Schema.php, method Net_LDAP2_Schema::may()
    Fetches attributes that MAY be present in the given objectclass
modify
in file LDAP2.php, method Net_LDAP2::modify()
    Modify an ldapentry directly on the server
move
in file LDAP2.php, method Net_LDAP2::move()
    Rename or move an entry
move
in file Entry.php, method Net_LDAP2_Entry::move()
    Renames or moves the entry
must
in file Schema.php, method Net_LDAP2_Schema::must()
    Fetches attributes that MUST be present in the given objectclass
modify_entry.php
procedural page modify_entry.php
modify_entry2.php
procedural page modify_entry2.php
top

n

Net_LDAP2
in file LDAP2.php, class Net_LDAP2
    Net_LDAP2 - manipulate LDAP servers the right way!
Net_LDAP2_Entry
in file Entry.php, class Net_LDAP2_Entry
    Object representation of a directory entry
Net_LDAP2_Error
in file LDAP2.php, class Net_LDAP2_Error
    Net_LDAP2_Error implements a class for reporting portable LDAP error messages.
NET_LDAP2_ERROR
in file LDAP2.php, constant NET_LDAP2_ERROR
    Error constants for errors that are not LDAP errors.
Net_LDAP2_Filter
in file Filter.php, class Net_LDAP2_Filter
    Object representation of a part of a LDAP filter.
Net_LDAP2_LDIF
in file LDIF.php, class Net_LDAP2_LDIF
    LDIF capabilitys for Net_LDAP2, closely taken from PERLs Net::LDAP
Net_LDAP2_RootDSE
in file RootDSE.php, class Net_LDAP2_RootDSE
    Getting the rootDSE entry of a LDAP server
Net_LDAP2_Schema
in file Schema.php, class Net_LDAP2_Schema
    Load an LDAP Schema and provide information
Net_LDAP2_Search
in file Search.php, class Net_LDAP2_Search
    Result set of an LDAP search
NET_LDAP2_SYNTAX_BOOLEAN
in file Schema.php, constant NET_LDAP2_SYNTAX_BOOLEAN
    Syntax definitions
NET_LDAP2_SYNTAX_DIRECTORY_STRING
in file Schema.php, constant NET_LDAP2_SYNTAX_DIRECTORY_STRING
NET_LDAP2_SYNTAX_DISTINGUISHED_NAME
in file Schema.php, constant NET_LDAP2_SYNTAX_DISTINGUISHED_NAME
NET_LDAP2_SYNTAX_INTEGER
in file Schema.php, constant NET_LDAP2_SYNTAX_INTEGER
NET_LDAP2_SYNTAX_JPEG
in file Schema.php, constant NET_LDAP2_SYNTAX_JPEG
NET_LDAP2_SYNTAX_NUMERIC_STRING
in file Schema.php, constant NET_LDAP2_SYNTAX_NUMERIC_STRING
NET_LDAP2_SYNTAX_OCTET_STRING
in file Schema.php, constant NET_LDAP2_SYNTAX_OCTET_STRING
NET_LDAP2_SYNTAX_OID
in file Schema.php, constant NET_LDAP2_SYNTAX_OID
Net_LDAP2_Util
in file Util.php, class Net_LDAP2_Util
    Utility Class for Net_LDAP2
NET_LDAP2_VERSION
in file LDAP2.php, constant NET_LDAP2_VERSION
    Net_LDAP2 Version
next
in file Search.php, method Net_LDAP2_Search::next()
    SPL Iterator interface: Move forward to next entry.
next_lines
in file LDIF.php, method Net_LDAP2_LDIF::next_lines()
    Returns the lines that will generate the next Net::LDAP::Entry object.
top

o

objectClassExists
in file Schema.php, method Net_LDAP2_Schema::objectClassExists()
    See if an objectClass is defined in the schema
top

p

parse
in file Filter.php, method Net_LDAP2_Filter::parse()
    Parse FILTER into a Net_LDAP2_Filter object
parse
in file Schema.php, method Net_LDAP2_Schema::parse()
    Parses the schema of the given Subschema entry
parseLines
in file LDIF.php, method Net_LDAP2_LDIF::parseLines()
    Parse LDIF lines of one entry into an Net_LDAP2_Entry object
performConnect
in file LDAP2.php, method Net_LDAP2::performConnect()
    Connect to the ldap-server
performReconnect
in file LDAP2.php, method Net_LDAP2::performReconnect()
    Reconnect to the ldap-server.
popEntry
in file Search.php, method Net_LDAP2_Search::popEntry()
    Retrieve the next entry in the searchresult, but starting from last entry
pop_entry
in file Search.php, method Net_LDAP2_Search::pop_entry()
    Alias function of popEntry() for perl-ldap interface
pregMatch
in file Entry.php, method Net_LDAP2_Entry::pregMatch()
    Applies a regular expression onto a single- or multivalued attribute (like preg_match())
preg_match
in file Entry.php, method Net_LDAP2_Entry::preg_match()
    Alias of pregMatch() for compatibility to Net_LDAP 1
printMe
in file Filter.php, method Net_LDAP2_Filter::printMe()
    Print the text representation of the filter to FH, or the currently selected output handle if FH is not given
top

r

RootDSE.php
procedural page RootDSE.php
read_entry
in file LDIF.php, method Net_LDAP2_LDIF::read_entry()
    Read one entry from the file and return it as a Net::LDAP::Entry object.
registerSchemaCache
in file LDAP2.php, method Net_LDAP2::registerSchemaCache()
    Enable/disable persistent schema caching
replace
in file Entry.php, method Net_LDAP2_Entry::replace()
    Replaces attributes or its values
rewind
in file Search.php, method Net_LDAP2_Search::rewind()
    SPL Iterator interface: Rewind the Iterator to the first element.
rootDse
in file LDAP2.php, method Net_LDAP2::rootDse()
    Gets a rootDSE object
root_dse
in file LDAP2.php, method Net_LDAP2::root_dse()
    Alias function of rootDse() for perl-ldap interface
top

s

schema_cache.php
procedural page schema_cache.php
search_entries.php
procedural page search_entries.php
Schema.php
procedural page Schema.php
SchemaCache.interface.php
procedural page SchemaCache.interface.php
Search.php
procedural page Search.php
SimpleFileSchemaCache.php
procedural page SimpleFileSchemaCache.php
schema
in file LDAP2.php, method Net_LDAP2::schema()
    Get a schema object
search
in file LDAP2.php, method Net_LDAP2::search()
    Run a ldap search query
searchedAttrs
in file Search.php, method Net_LDAP2_Search::searchedAttrs()
    Return the attribute names this search selected
setAttributes
in file Entry.php, method Net_LDAP2_Entry::setAttributes()
    Sets the internal attributes array
setConfig
in file LDAP2.php, method Net_LDAP2::setConfig()
    Sets the internal configuration array
setLDAP
in file Entry.php, method Net_LDAP2_Entry::setLDAP()
    Sets a reference to the LDAP-Object of this entry
setLDAPVersion
in file LDAP2.php, method Net_LDAP2::setLDAPVersion()
    Set the LDAP_PROTOCOL_VERSION that is used on the connection.
setLink
in file Search.php, method Net_LDAP2_Search::setLink()
    Set the ldap ressource link
setOption
in file LDAP2.php, method Net_LDAP2::setOption()
    Set an LDAP option
setSearch
in file Search.php, method Net_LDAP2_Search::setSearch()
    Set the search objects resource link
shiftEntry
in file Search.php, method Net_LDAP2_Search::shiftEntry()
    Get the next entry in the searchresult from LDAP server.
shift_entry
in file Search.php, method Net_LDAP2_Search::shift_entry()
    Alias function of shiftEntry() for perl-ldap interface
sizeLimitExceeded
in file Search.php, method Net_LDAP2_Search::sizeLimitExceeded()
    Tells if this search exceeds a sizelimit
sorted
in file Search.php, method Net_LDAP2_Search::sorted()
    Return entries sorted as objects
sorted_as_struct
in file Search.php, method Net_LDAP2_Search::sorted_as_struct()
    Return entries sorted as array
split_attribute_string
in file Util.php, method Net_LDAP2_Util::split_attribute_string()
    Splits an attribute=value syntax into an array
split_rdn_multival
in file Util.php, method Net_LDAP2_Util::split_rdn_multival()
    Split an multivalued RDN value into an Array
startTLS
in file LDAP2.php, method Net_LDAP2::startTLS()
    Starts an encrypted session
start_tls
in file LDAP2.php, method Net_LDAP2::start_tls()
    alias function of startTLS() for perl-ldap interface
superclass
in file Schema.php, method Net_LDAP2_Schema::superclass()
    Returns the name(s) of the immediate superclass(es)
supportedControl
in file RootDSE.php, method Net_LDAP2_RootDSE::supportedControl()
    Determines if the control is supported
supportedExtension
in file RootDSE.php, method Net_LDAP2_RootDSE::supportedExtension()
    Determines if the extension is supported
supportedSASLMechanism
in file RootDSE.php, method Net_LDAP2_RootDSE::supportedSASLMechanism()
    Determines if the sasl mechanism is supported
supportedVersion
in file RootDSE.php, method Net_LDAP2_RootDSE::supportedVersion()
    Determines if the version is supported
supported_control
in file RootDSE.php, method Net_LDAP2_RootDSE::supported_control()
    Alias function of supportedControl() for perl-ldap interface
supported_extension
in file RootDSE.php, method Net_LDAP2_RootDSE::supported_extension()
    Alias function of supportedExtension() for perl-ldap interface
supported_sasl_mechanism
in file RootDSE.php, method Net_LDAP2_RootDSE::supported_sasl_mechanism()
    Alias function of supportedSASLMechanism() for perl-ldap interface
supported_version
in file RootDSE.php, method Net_LDAP2_RootDSE::supported_version()
    Alias function of supportedVersion() for perl-ldap interface
top

t

$types
in file Schema.php, variable Net_LDAP2_Schema::$types
    Map of entry types to ldap attributes of subschema entry
top

u

Util.php
procedural page Util.php
unescape_dn_value
in file Util.php, method Net_LDAP2_Util::unescape_dn_value()
    Undoes the conversion done by escape_dn_value().
unescape_filter_value
in file Util.php, method Net_LDAP2_Util::unescape_filter_value()
    Undoes the conversion done by escape_filter_value().
update
in file Entry.php, method Net_LDAP2_Entry::update()
    Update the entry on the directory server
utf8
in file LDAP2.php, method Net_LDAP2::utf8()
    Encodes or decodes UTF-8/ISO-8859-1 attribute values if needed by schema
utf8Decode
in file LDAP2.php, method Net_LDAP2::utf8Decode()
    Decodes the given attribute values from UTF-8 to ISO-8859-1 if needed by schema
utf8Encode
in file LDAP2.php, method Net_LDAP2::utf8Encode()
    Encodes given attributes from ISO-8859-1 to UTF-8 if needed by schema
top

v

valid
in file Search.php, method Net_LDAP2_Search::valid()
    SPL Iterator interface: Check if there is a current element after calls to http://www.php.net/rewind or http://www.php.net/next.
version
in file LDIF.php, method Net_LDAP2_LDIF::version()
    Get or set LDIF version
top

w

willBeDeleted
in file Entry.php, method Net_LDAP2_Entry::willBeDeleted()
    Is this entry going to be deleted once update() is called?
willBeMoved
in file Entry.php, method Net_LDAP2_Entry::willBeMoved()
    Is this entry going to be moved once update() is called?
writeAttribute
in file LDIF.php, method Net_LDAP2_LDIF::writeAttribute()
    Writes an attribute to the filehandle
writeDN
in file LDIF.php, method Net_LDAP2_LDIF::writeDN()
    Writes a DN to the filehandle
writeLine
in file LDIF.php, method Net_LDAP2_LDIF::writeLine()
    Just write an arbitary line to the filehandle
write_entry
in file LDIF.php, method Net_LDAP2_LDIF::write_entry()
    Write the entry or entries to the LDIF file.
write_version
in file LDIF.php, method Net_LDAP2_LDIF::write_version()
    Write version to LDIF
top

Documentation generated on Mon, 11 Mar 2019 16:03:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.