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

Class: Net_LDAP_Search

Source Location: /Net_LDAP-0.6.6/LDAP/Search.php

Class Overview

PEAR
   |
   --Net_LDAP_Search

Result set of an LDAP search


Author(s):

  • Tarjei Huse

Version:

  • $Revision: 1.4.2.3 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Result set of an LDAP search
  • Author: Tarjei Huse
  • Version: $Revision: 1.4.2.3 $


[ Top ]


Method Detail

Net_LDAP_Search (Constructor)   [line 89]

Net_LDAP_Search Net_LDAP_Search( resource &$search, resource &$link)

Constructor
  • Access: protected

Parameters:

resource   &$search   —  Search result identifier
resource   &$link   —  Link identifier

[ Top ]

_Net_LDAP_Search (Destructor)   [line 231]

void _Net_LDAP_Search( )

Destructor
  • Access: protected

[ Top ]

as_struct   [line 185]

object Net_LDAP_Error as_struct( )

Return entries as object NOT IMPLEMENTED

[ Top ]

count   [line 208]

int count( )

Returns the number of entries in the searchresult
  • Return: Number of entries in search.

[ Top ]

done   [line 239]

void done( )

Closes search result

[ Top ]

entries   [line 100]

array entries( )

Returns an assosiative array of entry objects
  • Return: Array of entry objects.

[ Top ]

getErrorCode   [line 222]

int getErrorCode( )

Get the errorcode the object got in its search.
  • Return: The ldap error number.

[ Top ]

pop_entry   [line 164]

object Net_LDAP_Error pop_entry( )

Retrieve the last entry of the searchset. NOT IMPLEMENTED

[ Top ]

shiftEntry   [line 126]

mixed shiftEntry( )

Get the next entry in the searchresult.
  • Return: Net_LDAP_Entry object or false

[ Top ]

shift_entry   [line 153]

void shift_entry( )

alias function of shiftEntry() for perl-ldap interface

[ Top ]

sorted   [line 175]

object Net_LDAP_Error sorted( [array $attrs = array()])

Return entries sorted NOT IMPLEMENTED

Parameters:

array   $attrs   —  Array of sort attributes

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:26:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.