搜索

大约有 12 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0976秒)

1.XSFieldMeta::__toString

__toString() 方法 public string __toString() {return} string 字段名称 源码: sdk/php/lib/XSFieldScheme.class.php#L310 (显示) public function __toString(){ return $this->name;} 将对象转换为字符串

2.XSFieldScheme::__toString

__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;} 将对象转换为配置文件字...

3.XSErrorException::__toString

__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 ....

4.XSException::__toString

__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...

5.XSCommand::__toString

__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...

6.XSErrorException

...描述定义于 __construct() 构造函数 XSErrorException __toString() 将类对象转换成字符串 XSErrorException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelP...

7.XSException

... 名称描述定义于 __construct() Exception __toString() 将类对象转换成字符串 XSException getCode() Exception getFile() Exception getLine() Exception getMessage() Exception getPrevious() Exception getRelPath(...

8.XSCommand

...__isset XSComponent __set() 魔术方法 __set XSComponent __toString() 转换为封包字符串 XSCommand __unset() 魔术方法 __unset XSComponent getArg() 获取属性 arg 的值 XSCommand setArg() 设置属性 arg 的值 XSCommand 属性明细 ar...

9.XSErrorException::__construct

...$code); }} 构造函数 将 $file, $line 记录到私有属性在 __toString 中使用

10.XSFieldScheme

... 方法 隐去继承来的方法 名称描述定义于 __toString() 将对象转换为配置文件字符串 XSFieldScheme addField() 添加字段到方案中 XSFieldScheme checkValid() 判断该字段方案是否有效、可用 XSFieldScheme getAllFields() ...

12
  • 时间不限
  • 按相关性排序