|
This function returns status on success, or NULL on failure.
|
|
|
如果该函数执行成功,将返回当前的系统状态;如果执行失败,将返回空值[NULL]。 |
|
This function returns structured information about one or more expressions that includes its type and value. Arrays are explored recursively with values indented to show structure.
|
|
|
什么是返回包含类型和值的结构信息。和强制类型转换函数有关系吗? |
|
This function returns the connection on success, or FALSE and an error on failure. You can hide the error output by adding an '@' in front of the function name.
|
|
|
如果这个函数成功执行,将返回这个连接;如果发生错误,将返回False。你可以通过在函数名称前面加上一个“@”符号来隐藏错误结果。 |
|
This function returns the current byte index on success, or FALSE on failure.
|
|
|
这个函数执行成功,那么它将返回当前字节数;如果函数执行失败,它将返回False。 |
|
This function returns the current locale settings, or FALSE on failure.
|
|
|
如果这个函数成功执行,将返回当前的场景属性;如果执行失败,将返回False。 |
|
This function returns the database name on success, or FALSE on failure.
|
|
|
如果该函数成功执行,将返回数据库名称;如果失败,将返回False。 |
|
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”。 |