??????????????
??????????????
??????????????
??????????????
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/koilplta.co.uk/wp-includes/IXR/class-IXR-error.php
⬅ Kembali
<?php
/**
* IXR_Error
*
* @package IXR
* @since 1.5.0
*/
class IXR_Error
{
var $code;
var $message;
/**
* PHP5 constructor.
*/
function __construct( $code, $message )
{
$this->code = $code;
$this->message = htmlspecialchars($message);
}
/**
* PHP4 constructor.
*/
public function IXR_Error( $code, $message ) {
self::__construct( $code, $message );
}
function getXml()
{
$xml = <<<EOD
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value><int>{$this->code}</int></value>
</member>
<member>
<name>faultString</name>
<value><string>{$this->message}</string></value>
</member>
</struct>
</value>
</fault>
</methodResponse>
EOD;
return $xml;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📄 .htaccess
htaccess
1.1 KB
2026-06-10 13:06
🐘 class-IXR-base64.php
php
414 B
2016-08-26 18:08
🐘 class-IXR-client.php
php
4.6 KB
2026-05-21 06:56
🐘 class-IXR-clientmulticall.php
php
1.2 KB
2020-06-30 15:50
🐘 class-IXR-date.php
php
1.7 KB
2019-05-25 20:12
🐘 class-IXR-error.php
php
854 B
2016-08-26 18:08
🐘 class-IXR-introspectionserver.php
php
5.2 KB
2025-12-03 00:47
🐘 class-IXR-message.php
php
8.2 KB
2025-12-03 00:47
🐘 class-IXR-request.php
php
927 B
2016-08-26 18:08
🐘 class-IXR-server.php
php
6.6 KB
2025-12-03 00:47
🐘 class-IXR-value.php
php
3.7 KB
2016-08-26 18:08
📄 error_log
file
592 B
2026-02-24 23:05