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

Class: Net_LDAP2_Error

Source Location: /Net_LDAP2-2.2.0/Net/LDAP2.php

Class Overview

PEAR_Error
   |
   --Net_LDAP2_Error

Net_LDAP2_Error implements a class for reporting portable LDAP error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1777]
Net_LDAP2_Error implements a class for reporting portable LDAP error messages.


[ Top ]


Method Detail

__construct (Constructor)   [line 1791]

Net_LDAP2_Error __construct( [string $message = 'Net_LDAP2_Error'], [integer $code = NET_LDAP2_ERROR], [integer $mode = PEAR_ERROR_RETURN], [mixed $level = E_USER_NOTICE], [mixed $debuginfo = null])

Net_LDAP2_Error constructor.
  • See: PEAR_Error
  • Access: public

Parameters:

string   $message   —  String with error message.
integer   $code   —  Net_LDAP2 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 16:03:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.