17小菜
注册会员

初级会员
UID 67331
精华
0
积分 92
帖子 103
金钱 92 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2005-12-20
状态 离线
|
file()的问题?!请教!
(php 5.05)
运行以下语句:其中newWord.txt是英语单词文件
$words = file("./newWord.txt","r");
错误提示:
Warning: file() expects parameter 2 to be long, string given in c:\Inetpub\wwwroot\BBS\viewthread.php on line 19
19行即为$words = file("./newWord.txt","r");
我想知道哪里出的问题! 谢谢!
|
|