__construct()
__toString()
addAnd()
addOr()
escapeValue()
negate()
toString()
unescapeValue()
$filter
Zend\Ldap\Filter\MaskFilter provides a simple string filter to be used with a mask.
__construct(string $mask, $value)
string
__toString() : string
| see | \Zend\Ldap\Filter\toString() |
|---|---|
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::__toString() |
| inherited_from | \Zend\Ldap\Filter\StringFilter::__toString() |
stringaddAnd($filter) : \Zend\Ldap\Filter\AndFilter
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::addAnd() |
|---|---|
| inherited_from | \Zend\Ldap\Filter\StringFilter::addAnd() |
addOr($filter) : \Zend\Ldap\Filter\OrFilter
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::addOr() |
|---|---|
| inherited_from | \Zend\Ldap\Filter\StringFilter::addOr() |
escapeValue(string | array $values) : array
Any control characters with an ACII code < 32 as well as the characters with special meaning in LDAP filters "*", "(", ")", and "\" (the backslash) are converted into the representation of a backslash followed by two hex digits representing the hexadecimal value of the character.
| see | \Zend\Ldap\Filter\Net_LDAP2_Util::escape_filter_value() |
|---|---|
| link | http://pear.php.net/package/Net_LDAP2 |
| author | Benedikt Hallinger |
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::escapeValue() |
| inherited_from | \Zend\Ldap\Filter\StringFilter::escapeValue() |
stringarrayArray of values to escape
arrayArray $values, but escapednegate() : \Zend\Ldap\Filter\AbstractFilter
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::negate() |
|---|---|
| inherited_from | \Zend\Ldap\Filter\StringFilter::negate() |
toString() : string
stringunescapeValue(string | array $values) : array
Converts any sequences of a backslash followed by two hex digits into the corresponding character.
| see | \Zend\Ldap\Filter\Net_LDAP2_Util::escape_filter_value() |
|---|---|
| link | http://pear.php.net/package/Net_LDAP2 |
| author | Benedikt Hallinger |
| inherited_from | \Zend\Ldap\Filter\AbstractFilter::unescapeValue() |
| inherited_from | \Zend\Ldap\Filter\StringFilter::unescapeValue() |
stringarrayArray of values to escape
arrayArray $values, but unescaped$filter : string
| inherited_from | \Zend\Ldap\Filter\StringFilter::$$filter |
|---|