| 函数:ifxus_write_slob() |
ifxus_write_slob将字符串写入 slob 类中。 语法: int ifxus_write_slob(long bid, string content); 返回值: 整数 函数种类: 数据库功能
本函数将指定字符串写入 slob 类之中。参数 bid 为 slob 类代码。参数 content 为待写入字符串。执行成功则返回写入字符数,失败返回 false 值。
如果你对此手册有任何问题,请到下面网址提问: WEB开发知识库 (www.51pcok.com)
|