摘要:
<?php//索引数组/*$a[0]=1;$a[1]=2;print_r($a);$a[2]=4;print_r($a);$b[]=100;$b[]=300;$b[]=500;print_r($b);echo "<br/>".count($a);*///关联数组/*$person[]='a001'; 阅读全文
posted @ 2016-11-13 21:26
PHP_zhang
阅读(447)
评论(0)
推荐(0)
摘要:
<?php//无返回值,无参数/*function CreateTable(){ $col=""; //echo $col; $cindex=0; while($cindex<10){ $col.="<td></td>"; $cindex++; } $rindex=0; $row=""; while 阅读全文
posted @ 2016-11-13 21:24
PHP_zhang
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号