Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Core/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Core/IHttpRequest.php

<?php
namespace Payplug\Core;

interface IHttpRequest
{
    function setopt($option, $value);

    function exec();

    function getinfo($option);

    function close();

    function error();

    function errno();
}