Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
App
Libraries
CurlUtils
PHP Class App\Libraries\CurlUtils
Mostrar archivo
Open project: hillelcoren/invoice-ninja
Class Usage Examples
Public Methods
Method
Description
exec
(
$method
,
$url
,
$data
,
$headers
= false )
get
(
$url
,
$headers
= false )
post
(
$url
,
$data
,
$headers
= false )
Method Details
exec()
public
static
method
public
static
exec
(
$method
,
$url
,
$data
,
$headers
= false )
get()
public
static
method
public
static
get
(
$url
,
$headers
= false )
post()
public
static
method
public
static
post
(
$url
,
$data
,
$headers
= false )