学php必收藏的几个经典代码第1/2页
php  /  管理员 发布于 7年前   126
for($counter = 1; $counter <= 6; $counter++) //循环6次
{
print("counter is $counter
\n"); //打印6次
}
?>
for的高级运用
print("
函数的简单调用:
有默认参数的函数
用的规算法判断是否是整数