Home >Backend Development >PHP Tutorial >PHP中for循环设定的标志位没有增加

PHP中for循环设定的标志位没有增加

WBOY
WBOYOriginal
2016-06-06 20:29:351163browse

先创建10个jpg和cookie文件,分别是1.jpg,1.cookie,2.jpg......然后用下面的文件去删除,按理来说应该会把$filenum变量增加到10,但是实际却一直是0,改变原有的文件数量也是一样,不知道问题出在哪。(文件还是会全部删除,就是计数变量没有增加)

<code>$filenum=0;
for ($i=0; $i </code>

?>

回复内容:

先创建10个jpg和cookie文件,分别是1.jpg,1.cookie,2.jpg......然后用下面的文件去删除,按理来说应该会把$filenum变量增加到10,但是实际却一直是0,改变原有的文件数量也是一样,不知道问题出在哪。(文件还是会全部删除,就是计数变量没有增加)

<code>$filenum=0;
for ($i=0; $i </code>

?>

计数变量位置放错了。。。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn