IXR_错误{}

IXR_错误

方法

姓名说明
IXR错误::__constructPHP5构造函数。
IXR_错误::getXml
IXR错误::IXR错误PHP4构造函数。

来源

IXR_错误类{var$代码;var$消息;/***PHP5构造函数。*/函数__construct($code,$message){$this->code=$code;$this->message=htmlspecialchars($message);}/***PHP4构造函数。*/公共函数IXR_Error($code,$message){self::__construct($code,$message);}函数getXml(){$xml=<<<终止日期<方法响应><故障><值><结构><成员><name>错误代码</name><value><int>{$this->code}</int></value></成员><成员><name>faultString<value><string>{$this->message}</成员></struct></value></故障></methodResponse>爆炸物处理;返回$xml;}}

变更日志

版本说明
1.5.0介绍。

用户贡献的笔记

你必须登录在能够发表注释或反馈之前。