You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
PHP has a function called copy copy get two parameters, source and destination.
We can use a remote file for source not a local file, like: copy('http://someserver.com/somefile.zip','./somefile.zip')
Please add feature to add remote files for function addFile
Description
PHP has a function called copy
copy
get two parameters, source and destination.We can use a remote file for source not a local file, like:
copy('http://someserver.com/somefile.zip','./somefile.zip')
Please add feature to add remote files for function
addFile
Example
The text was updated successfully, but these errors were encountered: