芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/pati.bf1.my_bk_2024-03-07/wp-includes/IXR/class-IXR-error.php
code = $code; $this->message = htmlspecialchars($message); } /** * PHP4 constructor. */ public function IXR_Error( $code, $message ) { self::__construct( $code, $message ); } function getXml() { $xml = <<
faultCode
{$this->code}
faultString
{$this->message}
EOD; return $xml; } }