<?php $newfile = file("test.txt"); function touchfile($foo) { $foo = trim($foo); touch($foo); } array_walk($newfile, 'touchfile'); ?>