搜索

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

1.XSDocument::__set

...ull) { throw new XSException('Magick property of result document is read-only'); } $this->setField($name, $value);} 魔术方法 __set 实现以对象属性方式设置文档字段值

2.XSComponent::__set

... } // throw exception $msg = method_exists($this, 'get' . $name) ? 'Read-only' : 'Undefined'; $msg .= ' property: ' . get_class($this) . '::$' . $name; throw new XSException($msg);} 魔术方法 __set 设置模拟属性的值, 内部实际是调用 setXxx 方法

3.XSComponent

... } // throw exception $msg = method_exists($this, 'get' . $name) ? 'Read-only' : 'Undefined'; $msg .= ' property: ' . get_class($this) . '::$' . $name; throw new XSException($msg);} 魔术方法 __set 设置模拟属性的值, 内部实际是调用 setXxx 方法 __unset() 方法...

4.好消息,scws-0.0.1 pre 版发布!!

发布时间:2007-06-09 11:06 t By hightman

...ent image by mmap (read only) */ + int mode; /* xdb_open for write or read-only */ } xdb_st, *xdb_t; /* xdb: open the db, mode = r|w|n */ *** ../../dist/scws-0.0.1-pre/libscws/xdb.c Tue Jun 5 12:19:46 2007 --- xdb.c Sat Jun 9 13:49:40 2007 *************** *** 2,8 **** * @fil...

5.XSDocument

...ull) { throw new XSException('Magick property of result document is read-only'); } $this->setField($name, $value);} 魔术方法 __set 实现以对象属性方式设置文档字段值 addIndex() 方法 public void addIndex(string $field, string $text) $field string ...

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