LdapTools\Connection\LastErrorStrategy::getDiagnosticMessage PHP 메소드

getDiagnosticMessage() 공개 메소드

Get the full diagnostic error message.
public getDiagnosticMessage ( ) : string
리턴 string
    public function getDiagnosticMessage()
    {
        @ldap_get_option($this->connection, constant($this->diagnosticOpt), $message);
        return $message;
    }