• Because fopen returns False on failure, this will ensure that file processing happens only if the file opens successfully.

    由于失败fopen返回False确保文件成功打开后才执行文件处理

    youdao

  • For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.

    对于这些方法中的任何一种通过使用fopen(用于读取数据函数)标准方法打开文件然后使用fclose关闭文件,如清单1

    youdao

  • Skipping ahead to the end of Listing 1, fclose serves the opposite function of fopen: it closes the connection to the file or URL.

    向前跳至清单1末尾,fclose将实现与fopen相反功能将关闭指向文件URL连接

    youdao

  • Note: the "r" used in fopen indicates that the file is open for reading only.

    fopen使用r ”将指示文件以只读方式打开

    youdao

  • It is needed for the file opening, closing, reading, and writing functions (fopen , fclose , fgets , getc , and so on), for the printf family of functions, and for the setvbuf function.

    文件打开关闭函数(fopenfclosefgetsgetc等等)、printf函数系列和setvbuf函数需要

    youdao

  • This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open system call, fopen makes use of open in its implementation.

    函数打开文件高层次方式但是因为Linux打开文件的唯一方法使用open系统调用,所以fopen实现利用open 。

    youdao

  • As with fopen, file_get_contents, file, and readfile, all return False on failure to open or process the file.

    fopen函数一样,file_get _ contents、filereadfile函数打开失败处理文件失败时返回False

    youdao

  • I need to have ability to "fopen" a file, which URL is pointing to SVN server.

    需要“打开文件文件能力URL指向SVN服务器

    youdao

  • Thee fopen function opens a specified file.

    fopen函数打开一个指定文件

    youdao

  • Thee fopen function opens a specified file.

    fopen函数打开一个指定文件

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定