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

Class: Net_LDAP_Error

Source Location: /Net_LDAP-1.1.5/LDAP.php

Class Overview

PEAR_Error
   |
   --Net_LDAP_Error

Net_LDAP_Error implements a class for reporting portable LDAP error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1402]
Net_LDAP_Error implements a class for reporting portable LDAP error messages.


[ Top ]


Method Detail

Net_LDAP_Error (Constructor)   [line 1417]

Net_LDAP_Error Net_LDAP_Error( [string $message = 'Net_LDAP_Error'], [integer $code = NET_LDAP_ERROR], [integer $mode = PEAR_ERROR_RETURN], [mixed $level = E_USER_NOTICE], [mixed $debuginfo = null])

Net_LDAP_Error constructor.
  • See: PEAR_Error
  • Access: public

Parameters:

string   $message   —  String with error message.
integer   $code   —  Net_LDAP error code
integer   $mode   —  what "error mode" to operate in
mixed   $level   —  what error level to use for $mode & PEAR_ERROR_TRIGGER
mixed   $debuginfo   —  additional debug info, such as the last query

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:32:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.