New method for getting escape characters

Issue #14 resolved
Jon Elofson repo owner created an issue

So you can do a

$chars = str_replace(',', '', $ldap->getEscapeChars());
$ldap->setEscapeChars($chars);

Comments (1)

  1. Log in to comment