|
This function returns TRUE if it is a link.
|
|
|
如果给定的文件是一个符号连接,那么该函数将返回True。 |
|
This function returns TRUE if the value is found in the array, or FALSE otherwise.
|
|
|
如果这个值存在于数组中,该函数将返回True,否则将返回False。 |
|
This function returns a numeric array on success, or FALSE on failure or when there are no more rows.
|
|
|
如果函数成功执行,将返回一个数值型数组;如果执行失败或没有任何结果返回将返回False。 |
|
This function returns an array of elements from low to high.
|
|
|
这个函数将按照从低(小)到高(大)的顺序返回数组元素。 |
|
This function returns an array of files/directories, or FALSE on failure.
|
|
|
如果函数执行成功,将以数组的形式返回文件名或目录;如果执行失败,将返回False。 |
|
This function returns an object on success, and FALSE on failure.
|
|
|
如果函数执行成功,将返回一个对象;如果执行失败,将返回False。 |
|
This function returns an object or an array with information about the user's browser on success, or FALSE on failure.
|
|
|
如果这个函数成功执行,将返回一个关于用户浏览器属性的对象或数组;如果执行失败,将返回False。 |
|
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。 |