Перейти к основному содержанию
TrueWebStories
async
Как отправить запрос PHP и не дожидаться ответа (How to make asynchronous POST with PHP)
There are several ways to make a async call with PHP. I will describe in this post how to Asynchronous POST a PHP Array to a php script with cURL making a "fire and forget" call, meaning that we will post the data and we will not wait for a result.
Тэги:
PHP
,
Асинхронность
,
async