__toString() 方法 public string __toString() {return} string 字段名称 源码: sdk/php/lib/XSFieldScheme.class.php#L310 (显示) public function __toString(){ return $this->name;} 将对象转换为字符串
__toString() 方法 public void __toString() 源码: sdk/php/lib/XSFieldScheme.class.php#L33 (显示) public function __toString(){ $str = ''; foreach ($this->_fields as $field) { $str .= $field->toConfig() . "\n"; } return $str;} 将对象转换为配置文件字...
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L149 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->_file) . '(' . $this->_line . '): '; $string ....
__toString() 方法 public string __toString() {return} string 异常的简要描述信息 源码: sdk/php/lib/XS.class.php#L67 (显示) public function __toString(){ $string = '[' . __CLASS__ . '] ' . $this->getRelPath($this->getFile()) . '(' . $this->getLine() . '): '; $s...
__toString() 方法 public string __toString() {return} string 用于服务端交互的字符串 源码: sdk/php/lib/XSServer.class.php#L83 (显示) public function __toString(){ if (strlen($this->buf1) > 0xff) { $this->buf1 = substr($this->buf1, 0, 0xff); } retur...
...描述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelP...
... 名称描述定义于 __construct() Exception __toString() 将类对象转换成字符串 XSException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath(...
...__isset XSComponent __set() 魔术方法 __set XSComponent __toString() 转换为封包字符串 XSCommand __unset() 魔术方法 __unset XSComponent getArg() 获取属性 arg 的值 XSCommand setArg() 设置属性 arg 的值 XSCommand 属性明细 ar...
... 方法 隐去继承来的方法 名称描述定义于 __toString() 将对象转换为配置文件字符串 XSFieldScheme addField() 添加字段到方案中 XSFieldScheme checkValid() 判断该字段方案是否有效、可用 XSFieldScheme getAllFields() ...
...$code); }} 构造函数 将 $file, $line 记录到私有属性在 __toString 中使用