This function returns nothing.
这个函数没有返回值。
This function returns FALSE on error.
如果函数错误将返回False。
This function returns FALSE on failure.
如果运行失败,函数将返回False。
This function returns TRUE if it is a file.
如果它是一个正常的文件,那么函数将返回True。
This function returns handle to the event object.
这个函数返回该事件对象的句柄。
This function returns an empty string on failure.
如果函数执行失败,将返回一个空字符串。
This function returns TRUE if the directory exists.
如果指定的目录存在,那么该函数将返回True。
This function returns TRUE if the file is readable.
如果文件可读,则该函数返回True。
This function returns a text representation of an object.
这个方法返回一个对象的文本表述。
This function returns TRUE if the file is writeable.
如果给定的文件名可写,则该函数将返回True。
If char cannot be found, this function returns FALSE.
如果未能找到指定字符,那么函数将返回False。
This function returns TRUE if the file is executable.
如果指定的文件可执行,那么该函数将返回True。
This function returns 0 (zero) if no error has occurred.
如果未出现错误,那么将返回0。
This function returns TRUE on success, or FALSE on failure.
函数返回TRUE则表示成功,返回FALSE则表示失败。
This function returns the value of a static field of an object.
这个函数返回一个对象静态域的值。
This function returns the user ID on success or FALSE on failure.
如果函数成功运行则返回用户ID,如果失败则返回False。
In case of an error, this function returns an empty array to the caller.
在发生错误的情况下,此函数会向调用者返回一个空数组。
Otherwise, this function returns FALSE, causing the frame to be dropped.
否则,此函数返回FALSE,从而丢弃此帧。
This function returns TRUE if headers has been sent or FALSE if not.
函数的作用是:检查标头是否已被发送以及在哪里被发送。
This function returns the new temporary filename, or FALSE on failure.
这个函数返回了一个新的临时文件名;如果执行失败将返回False。
This function returns the field value on success, or FALSE on failure.
函数的作用是:返回结果集中的字段值。
If the database connection attempt failed, then this function returns false.
如果无法建立数据库连接,那么这个函数返回false。
This function returns TRUE on success and FALSE and a warning on failure.
如果函数成功执行将返回True;如果失败将返回False,并给出错误警告。
This function returns TRUE on success and FALSE and a warning on failure.
如果函数成功执行将返回True;如果失败将返回False,并给出警告。
This function returns the number of characters passed or FALSE on failure.
这个函数返回了传递的字符数量;如果执行失败将返回False。
This function returns the length of the written string, or FALSE on failure.
这个函数将返回写入的字符串长度;如果执行失败将返回False。
This function returns the file size in bytes on success or FALSE on failure.
如果函数运行成功,它将以字节书的形式返回文件大小;如果运行失败,它将返回False。
This function returns the target of the link on success, or FALSE on failure.
这个函数返回符号连接指向的目标对象;如果执行失败将返回False。
This function returns the value of an instance (nonstatic) field of an object.
这个函数返回一个对象实例(非静态)域的值。
This function returns an array on success and FALSE and a warning on failure.
函数的作用是:以一个数组的形式列出指定路径中的文件和目录。
应用推荐