plumdavid 发表于 2013-06-22 15:39

PHP处理文本,用什么函数呢?

网上查了一下,有以下几个函数。这些函数有什么区别呢?   

    file()
    fopen()
    fgetsc()
    fread()
    feof()
    fgets()
    fgetss()
    fgetcsv()
    file_get_contents()
    readfile()
    fpassthru()

maochanglu 发表于 2013-06-25 08:42

这个只能建议你看php手册。
http://www.php.net/manual/en/function.file.php

plumdavid 发表于 2013-06-25 09:10

maochanglu 发表于 2013-06-25 08:42 static/image/common/back.gif
这个只能建议你看php手册。
http://www.php.net/manual/en/function.file.php

多谢。
翻看了一下资料,对文本处理函数在整体上有所了解了。
页: [1]
查看完整版本: PHP处理文本,用什么函数呢?