|
This function returns the node containing the text after the offset.
|
|
|
该函数将返回包含起始位置后面文本的节点。 |
|
This function returns the number of affected rows on success, or -1 if the last operation failed.
|
|
|
如果该函数成功执行,将返回记录行数;如果失败,将返回“-1”。 |
|
This function returns the number of character written into the file on success, or FALSE on failure.
|
|
|
如果函数运行成功,将返回写入文件中的字符数量;如果失败,则返回False。 |
|
This function returns the removed attribute node.
|
|
|
这个函数将返回被删除的属性节点。 |
|
This function returns the removed node on success, or NULL on failure.
|
|
|
这个函数如果执行成功,将返回被删除的子节点;如果执行失败,将返回null[空值]。 |
|
This function returns the replaced node on success, or NULL on failure.
|
|
|
如果函数执行成功,将返回替换的节点;如果执行失败,将返回null[空值]。 |
|
This function returns the rest of the string from where it found the first occurrence of a specified character, otherwise it returns FALSE.
|
|
|
如果函数成功执行,它将返回字符串中除第一次出现的指定字符之外的其它字符;如果执行失败,将返回False。 |
|
This function sends/retrieves the file asynchronously. This means your program can perform other operations while the file is being downloaded.
|
|
|
这个函数对于文件的发送/获取是不同步的。它意味着:当文件正在下载时,你的程序可以运行其它操作,他们互不干扰。 |
|
This function specifies what function to be called when the parser finds character data in the XML file.
|
|
|
这个函数指定了:当解析器在XML文件中找到字符数据时,它将请求什么函数。 |
|
This function specifies what function to be called whenever the parser finds data in the XML file.
|
|
|
这个函数指定了当解析器在XML文件中查找数据时需要请求什么函数。 |
|
This function stops playback of the current MIDI sequence. It returns 0 if successful, or an error code if it failed.
|
|
|
本函数停止MIDI文件的播放。调用成功时返回值0,否则返回一错误代码。 |