Guest User

Untitled

a guest
Oct 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function findProduct ($f) {
  2.     $folder = 'unstuck/';
  3.     return (strpos($f, $folder) !== false);
  4. }
  5.  
  6. $files = array_flip(array_filter(array_flip($contents), "findProduct"));
Add Comment
Please, Sign In to add comment