API15:JLDAP/getErrorMsg
From Joomla! Documentation
Description
Returns the error message
Template:Description:JLDAP/getErrorMsg
Syntax
getErrorMsg()
Returns
string error message
Defined in
libraries/joomla/client/ldap.php
Importing
jimport( 'joomla.client.ldap' );
Source Body
function getErrorMsg() {
return @ldap_error($this->_resource);
}
[Edit See Also] Template:SeeAlso:JLDAP/getErrorMsg
Examples
<CodeExamplesForm />