两个Parse error: syntax error, unexpected T_VARIABLE 异常
程序员文章站
2024-04-03 08:46:28
...
两个Parse error: syntax error, unexpected T_VARIABLE 错误
代码如下:
1. on line 3
include "Zip.class.php"
$z=new PHPZip(); //新建立一个zip的类
//方法一:
$z -> Zip("", "out1.zip"); //添加当前目录和子目录下的所有档案
//方法二:
/*
$files=array('1.txt','gb.txt');
$files[]='5.txt';
$z -> Zip($files, "out2.zip"); //添加文件列表
*/
//方法三:
/*
$z -> Zip("/usr/local/sext/", "out3.zip"); //添加指定目录
*/
?>
2.on line 3
include "ie.socket.php"
$temp=new HTTPs ('www.baidu.com');
$temp->getPage('/index.html');
echo $temp->getBody();
?>
------解决方案--------------------
include "ie.socket.php" ; //结尾分号
代码如下:
1. on line 3
include "Zip.class.php"
$z=new PHPZip(); //新建立一个zip的类
//方法一:
$z -> Zip("", "out1.zip"); //添加当前目录和子目录下的所有档案
//方法二:
/*
$files=array('1.txt','gb.txt');
$files[]='5.txt';
$z -> Zip($files, "out2.zip"); //添加文件列表
*/
//方法三:
/*
$z -> Zip("/usr/local/sext/", "out3.zip"); //添加指定目录
*/
?>
2.on line 3
include "ie.socket.php"
$temp=new HTTPs ('www.baidu.com');
$temp->getPage('/index.html');
echo $temp->getBody();
?>
------解决方案--------------------
include "ie.socket.php" ; //结尾分号
相关文章
相关视频
上一篇: 利用图形界面从SQL导入导出到MySQL
下一篇: PHP登录页面验证码的实现
推荐阅读
-
两个Parse error: syntax error, unexpected T_VARIABLE 异常
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办
-
解决Parse error, unexpected T_VARIABLE in php问题
-
PHP错误Parse error: syntax error, unexpected end of file in te
-
php异常:Parse error: syntax error, unexpected eval()'d code error
-
Parse error: syntax error, unexpected T_CLASS,该怎么处理
-
PHP异常Parse error: syntax error, unexpected错误解决方法
-
Parse error: syntax error, unexpected T_CLASS,该怎么处理
-
最后的分了 。Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';是什么意思解决思路
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法