1. read_file(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. read_file() - 把一个档案的内容读进一个字串变数里.
    4. 函数语法:
    5. string read_file( string file, int start_line,
    6. int number_of_lines );
    7. 字串 read_file( 字串 file, 整数 start_line,
    8. 整数 number_of_lines );
    9. 函数用法:
    10. 从一个档案中读入几行文字到一个字串中. 第二个和第三个参数
    11. 可以选择. 如果只指定 file 的参数, 整个档案都会被读进一个
    12. 字串中.
    13. start_line 是指定你要从档案的第几行开始读取. 如果你指定
    14. 的行数超过档案的尾端或是指定的数字为负数, 则会传回 0.
    15. 参考函数:
    16. write_file(3), read_buffer(3)
    17. 手册翻译:
    18. Phoebus@ZH 97.May.24. (Writen 5/23/97)