/ Published in: PHP
Expand |
Embed | Plain Text
function copiarArbol($source, $dest){ if ($file == '.' || $file == '..') continue; copiarArbol($source.'/'.$file , $dest.'/'.$file); }else{ } } } return 1; }
You need to login to post a comment.
