YiluphpADB

删除设备里的文件

浏览数 64283

/**
 * 删除设备里的文件
 * @param $remote_file string 设备的文件路径
 * @return boolean 成功返回true,失败抛出异常信息
 * @throws Exception 错误抛出异常信息
 **/
public function removeFile($remote_file){}

我来说说