Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Core/ |
| [Home] [System Details] [Kill Me] |
<?php
namespace Payplug\Core;
interface IHttpRequest
{
function setopt($option, $value);
function exec();
function getinfo($option);
function close();
function error();
function errno();
}