01-17-2008, 12:38 PM
|
#17 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
You are right, sketch. There is absolutely no need for the 2 functions because they'll go through as the same value anyway, and so if you wanted to clone the variable from within the function, you could do. And so the second argument is utterly pointless.
php Code:
function _Download($file) { $file2 = $file; /* ... */ }
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|