PHP文件操作一些函数

3-19 3,277 views

"读取文件到数组" 使用file函数 <?php $file = file('1.html'); $alt = ''; print_r($file); ?> "读取文件到字符...
阅读全文 0