Predis\Configuration\OptionInterface::filter PHP 메소드

filter() 공개 메소드

Filters and validates the passed value.
public filter ( Predis\Configuration\OptionsInterface $options, mixed $value ) : mixed
$options Predis\Configuration\OptionsInterface Options container.
$value mixed Input value.
리턴 mixed
    public function filter(OptionsInterface $options, $value);
OptionInterface