📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv6.demodesign.com.tr
/
iyzipay-php-master
/
src
/
Iyzipay
📝
HttpClient.php
← Geri Dön
<?php namespace Iyzipay; interface HttpClient { public function get($url); public function getV2($url, $header); public function post($url, $header, $content); public function put($url, $header, $content); public function delete($url, $header, $content = null); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula