A
A
Andrzej Wielski2013-12-16 06:50:16
PHP
Andrzej Wielski, 2013-12-16 06:50:16

How to run multiple functions in threads via Curl, keeping them (functions) in the session?

Task: run several functions in threads via Curl, storing them (functions) in the session.
I ran into a problem:
After writing functions to the session, when trying to start the execution, curl_multi_exec flatly refuses to work.
There are no errors, the request is simply not made.
Is there any analogue of sessions in php that can be worked with in streams? It is desirable that it works on any hosting (without additional modules).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2013-12-16
@wielski

Why store functions, store data.
serialize

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question