php for循环 PHP 数组函数 uksort() PHP 数组函数 usort() php for循环 <html> <body> <?php $a = 0; $b = 0; for( $i = 0; $i<5; $i++ ) { $a += 10; $b += 5; } echo ("At the end of the loop a = $a and b = $b" ); ?> </body> </html> PHP 数组函数 uksort() PHP 数组函数 usort()