Exemplo n.º 1
0
 /**
  * @deprecated not necessary any more - will be removed
  * @param \Zend\Ldap\Ldap $ldap A \Zend\Ldap\Ldap object
  * @return int The current error code for the resource
  */
 public static function getLDAPCode(LDAP $ldap = null)
 {
     if ($ldap !== null) {
         return $ldap->getLastErrorCode();
     }
     return 0;
 }