如何在phing文件集目标的每个文件上执行目标操作?例如:
<exec command="cat {$filepath}"> <fileset dir="."> <include name="*.php"> </fileset> </exec>
php phing
phing ×1
php ×1