Example #1
0
 /**
  * Intersect an array of items with the input data.
  *
  * @param array|mixed $keys
  * @return array 
  * @static 
  */
 public static function intersect($keys)
 {
     return \Illuminate\Http\Request::intersect($keys);
 }