Toggle navigation
首页
前端开发
Div+css
Javascript
jQuery
前端模板
后端开发
Php
Mysql
nodejs
python
go
服务器技术
Linux
Apache
Nginx
shell
娱乐咨询
轻小说
音乐
风景
八卦
心情
资讯
摄影
游戏
星际争霸
Other
C语言
WordPress
常用书签
留言板
KouKou
>
phpfile
3月
19
PHP文件操作一些函数
Php
koukou
3,427 views
"读取文件到数组" 使用file函数 <?php $file = file('1.html'); $alt = ''; print_r($file); ?> "读取文件到字符串" 使用file_get_contents函数 <?php $file = file('1.html'); print_r($file); ?>...
阅读全文
0
PHP文件操作一些函数
3-19
3,427 views
"读取文件到数组" 使用file函数 <?php $file = file('1.html'); $alt = ''; print_r($file); ?> "读取文件到字符...
阅读全文
0