예제 #1
0
 public function filterArguments(array $arguments)
 {
     return \Predis\Shared\Utils::filterArrayArguments($arguments);
 }
예제 #2
0
파일: Predis.php 프로젝트: dgw/ThinkUp
 public function filterArguments(array $arguments)
 {
     return Utils::filterArrayArguments($arguments);
 }