【发布时间】:2011-11-10 05:11:04
【问题描述】:
我突然收到一个错误 Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in the following line:
unset('SCAN/DATA.FIL');
我没有看到错误!
【问题讨论】:
我突然收到一个错误 Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in the following line:
unset('SCAN/DATA.FIL');
我没有看到错误!
【问题讨论】:
您无法取消设置常量。如果你想删除文件,你的功能选择它unlink()。
【讨论】: