• 2022-06-04
    PHP中文件操作中,下列哪个函数的功能为依次调用fopen(),fread(),fclose()
    A: fwrite()
    B: file_get_contents()
    C: fopen()
    D: fclose()