|
This function performs a synchronous read directly from the server for the specified item.
|
|
|
这个函数执行了一个直接同步读取服务器端指定项目的操作。 |
|
This function realizes deleing content in the versatile modules.
|
|
|
本功能实现万用查询模块中内容的删除. |
|
This function retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
|
|
|
请问本地日期时间和系统日期时间有什么区别?谢谢! |
|
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]。 |