We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, What will be the best way to download a large file over tcp using php-uv? Thanks. Best Regards, Jim
The text was updated successfully, but these errors were encountered:
what is the purpose for this? maybe combination of uv_read_start and uv_fs_open i think.
uv_read_start
uv_fs_open
Basically, decreasing function calls is the best way to improve PHP performance. so I should provide some functions which likes file_get_contents.
file_get_contents
I didn't try to download a large file with php-uv yet. so it may contains some bugs regarding buffers.
Sorry, something went wrong.
One use case is to download files in parallel and keep track of their progress. Yeah, so an async version of file_get_contents will be great.
No branches or pull requests
Hi,
What will be the best way to download a large file over tcp using php-uv?
Thanks.
Best Regards,
Jim
The text was updated successfully, but these errors were encountered: