|
This function returns the name and path of the new directory on success and FALSE on failure.
|
|
|
如果函数成功执行,将返回这个新目录的名称和路径;如果失败,将返回False。 |
|
This function returns the name of the current XML element on success, or FALSE on failure.
|
|
|
如果这个函数执行成功,它将返回当前XML元素中的名称;如果执行失败,将返回False。 |
|
This function returns the new temporary filename, or FALSE on failure.
|
|
|
这个函数返回了一个新的临时文件名;如果执行失败将返回False。 |
|
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.
|
|
|
这个函数对于文件的发送/获取是不同步的。它意味着:当文件正在下载时,你的程序可以运行其它操作,他们互不干扰。 |