\ManaPHP\Http\CurlMultiRequest

Summary

Methods
Properties
Constants
__construct()
$method
$url
$body
$headers
$options
$meta
$callbacks
$start_time
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$method

$method : string

Type

string

$url

$url : string|array

Type

string|array

$body

$body : array|string

Type

array|string

$headers

$headers : array

Type

array

$options

$options : array

Type

array

$meta

$meta : array

Type

array

$callbacks

$callbacks : array

Type

array

$start_time

$start_time : float

Type

float

Methods

__construct()

__construct(string|array  $url, callable  $callbacks = null, string  $method = 'GET', string|array  $body = null) 

Parameters

string|array $url
callable $callbacks
string $method
string|array $body