Func Curl_Share_Init
# PHP curl_share_init Function
[ PHP cURL Reference](#)
(PHP 5 >= 5.5.0)
curl_share_init β Initialize a cURL share handle
* * *
## Description
resource curl_share_init ( void )
Allows two cURL handles to share data.
* * *
## Parameters
This function has no parameters.
* * *
## Return Value
Returns a resource for the "cURL share handle".
* * *
## Example
This example will create a cURL share handle and add two cURL handles, both sharing cookie data.
* * PHP cURL Reference](#)
YouTip