Guest User

Untitled

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