??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/rosestpetronal.nl/wp-includes/IXR/class-IXR-request.php
⬅ Kembali
<?php
/**
* IXR_Request
*
* @package IXR
* @since 1.5.0
*/
class IXR_Request
{
var $method;
var $args;
var $xml;
/**
* PHP5 constructor.
*/
function __construct($method, $args)
{
$this->method = $method;
$this->args = $args;
$this->xml = <<<EOD
<?xml version="1.0"?>
<methodCall>
<methodName>{$this->method}</methodName>
<params>
EOD;
foreach ($this->args as $arg) {
$this->xml .= '<param><value>';
$v = new IXR_Value($arg);
$this->xml .= $v->getXml();
$this->xml .= "</value></param>\n";
}
$this->xml .= '</params></methodCall>';
}
/**
* PHP4 constructor.
*/
public function IXR_Request( $method, $args ) {
self::__construct( $method, $args );
}
function getLength()
{
return strlen($this->xml);
}
function getXml()
{
return $this->xml;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 class-IXR-base64.php
php
414 B
2016-08-27 02:08
🐘 class-IXR-client.php
php
4.6 KB
2026-05-21 00:02
🐘 class-IXR-clientmulticall.php
php
1.2 KB
2020-06-30 23:50
🐘 class-IXR-date.php
php
1.7 KB
2019-05-26 04:12
🐘 class-IXR-error.php
php
854 B
2016-08-27 02:08
🐘 class-IXR-introspectionserver.php
php
5.2 KB
2025-08-21 19:00
🐘 class-IXR-message.php
php
8.2 KB
2025-09-03 16:18
🐘 class-IXR-request.php
php
927 B
2016-08-27 02:08
🐘 class-IXR-server.php
php
6.6 KB
2025-08-21 19:00
🐘 class-IXR-value.php
php
3.7 KB
2016-08-27 02:08
📄 error_log
file
604 B
2026-05-28 23:15