... return isset($this->_data[$name]);} ArrayAccess 接口, 判断字段是否存在, 勿直接调用
..._exists($this, 'get' . $name);} 魔术方法 __isset 判断模拟属性是否存在并可读取
...string) 或字段序号(vno, int) $throw bool 当字段不存在时是否抛出异常, 默认为 true {return} XSFieldMeta 字段元数据对象, 若不存在则返回 false 源码: sdk/php/lib/XSFieldScheme.class.php#L93 (显示) public function getField($name, $throw = true){ ...
...加文档到索引中 特别要注意的是: 系统不会自动检测主键是否冲突, 即便已存在相同主键也会添加进去
...string) 或字段序号(vno, int) $throw bool 当字段不存在时是否抛出异常, 默认为 true {return} XSFieldMeta 字段元数据对象 源码: sdk/php/lib/XS.class.php#L514 (显示) public function getField($name, $throw = true){ return $this->_scheme->getField($nam...
...tring 短参数名 $long string 长参数名 $extra bool 是否补用默认顺序的参数 {return} string 返回可用的参数值,若不存在则返回 null 源码: sdk/php/util/XSUtil.class.php#L161 (显示) public static function getOpt($short, $long = null, $ext...
...列表 XSDocument offsetExists() ArrayAccess 接口, 判断字段是否存在, 勿直接调用 XSDocument offsetGet() ArrayAccess 接口, 取得字段值, 勿直接调用 XSDocument offsetSet() ArrayAccess 接口, 设置字段值, 勿直接调用 XSDocument offsetUnset(...
..._exists($this, 'get' . $name);} 魔术方法 __isset 判断模拟属性是否存在并可读取 __set() 方法 public void __set(string $name, mixed $value) $name string 属性名称 $value mixed 属性值 源码: sdk/php/lib/XS.class.php#L202 (显示) public funct...
...字段到方案中 XSFieldScheme checkValid() 判断该字段方案是否有效、可用 XSFieldScheme getAllFields() 获取项目所有字段结构设置 XSFieldScheme getField() 获取项目字段元数据 XSFieldScheme getFieldBody() 获取内容字段元数据 X...
...Document $doc, bool $add=false) $doc XSDocument $add bool 是否为新增文档, 已有数据中不存在同一主键的其它数据 {return} XSIndex 返回自身对象以支持串接操作 源码: sdk/php/lib/XSIndex.class.php#L85 (显示) public function update(XSDocu...