$data = array();
while ($row = mysql_fetch_array($result)) {
$data[] = $row;
}这个是什么意思呢。怎么用?
while ($row = mysql_fetch_array($result)) {
$data[] = $row;
}这个是什么意思呢。怎么用?
2017-02-23
class Truck extends Car()
{
function __construct(){
$this->speed=50;
}
}
{
function __construct(){
$this->speed=50;
}
}
2017-02-22