排序
ftp_delete
PHP ftp_delete() 函数定义和用法ftp_delete() 函数删除 FTP 服务器上的一个文件。若成功,则返回 true,否则返回 false。语法ftp_delete(ftp_connection,path)参数描述ftp_connection必需。...
move_uploaded_file
PHP move_uploaded_file() 函数定义和用法move_uploaded_file() 函数将上传的文件移动到新位置。若成功,则返回 true,否则返回 false。语法move_uploaded_file(file,newloc)参数描述file必需...
is_executable
PHP is_executable() 函数定义和用法is_executable() 函数检查指定的文件是否可执行。语法is_executable(file)参数描述file必需。规定要检查的文件。说明如果文件存在且可执行,则返回 true。...
fgetc
PHP fgetc() 函数定义和用法fgetc() 函数从文件指针中读取一个字符。语法fgetc(file)参数描述file必需。规定要检查的文件。说明返回一个包含有一个字符的字符串,该字符从 file 指向的文件...
strtotime
PHP strtotime() 函数定义和用法strtotime() 函数将任何英文文本的日期时间描述解析为 Unix 时间戳。语法strtotime(time,now)参数描述time规定要解析的时间字符串。now用来计算返回值的时间戳。...
cal_from_jd
PHP cal_from_jd() 函数定义和用法cal_from_jd() 函数把儒略日计数转换为指定历法的日期。语法cal_from_jd(jd,calendar)参数描述jd必需。一个数字(儒略日计数)。calendar必需。规定要使用的...
array_uintersect_assoc
PHP array_uintersect_assoc() 函数定义和用法array_uintersect_assoc() 函数带索引检查计算数组的交集,用回调函数比较数据。array_uintersect_assoc() 返回一个数组,该数组包含了所有在 arr...
array_diff_uassoc
PHP array_diff_uassoc() 函数定义和用法array_diff_uassoc() 函数使用用户自定义的回调函数 (callback) 做索引检查来计算两个或多个数组的差集。返回一个数组,该数组包括了在 array1 中但是...
show_source
PHP show_source() 函数定义和用法show_source() 函数对文件进行语法高亮显示。本函数是 highlight_file() 的别名。语法show_source(filename,return)参数描述filename必需。要进行高亮处理...
xml_set_character_data_handler
PHP xml_set_character_data_handler() 函数定义和用法xml_set_character_data_handler() 函数建立字符数据处理器。该函数规定当解析器在 XML 文件中找到字符数据时所调用的函数。如果处理器...
