芝麻web文件管理V1.00
编辑当前文件:/home/dcqnetm/EGS/wp-includesGEm/html-api/colors/class-IXR-error.php.tar
home/dcqnetm/EGS/wp-includesGEm/IXR/class-IXR-error.php 0000644 00000001526 15127765212 0016453 0 ustar 00 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; } }