request in 1 instance... Like to automatically store cookies and everything... ?
Multi threading
Can u share any documentation for it?
https://www.php.net/manual/en/book.pthreads.php
Please don't use pthreads, it's no more being developed and it's not available for PHP 8 afaik. use ext-parallel instead
curl already has support for sending multiple requests (asynchronously) https://www.php.net/manual/en/function.curl-multi-init.php
But I don't want to use them in parallel... It should be in series...
It's not available for 7.4 either.
Oh so it's already dead
Обсуждают сегодня