Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Iyzipay
HttpClient
PHP Interface Iyzipay\HttpClient
ファイルを表示
Open project: iyzico/iyzipay-php
Public Methods
Method
Description
delete
(
$url
,
$header
,
$content
= null )
get
(
$url
)
post
(
$url
,
$header
,
$content
)
put
(
$url
,
$header
,
$content
)
Method Details
delete()
public
method
public
delete
(
$url
,
$header
,
$content
= null )
get()
public
method
public
get
(
$url
)
post()
public
method
public
post
(
$url
,
$header
,
$content
)
put()
public
method
public
put
(
$url
,
$header
,
$content
)