标签:str header ide html php class nbsp ring set
<?php
header("content-type:text/html;charset=utf8");
class lidepeng{
var $name;
public function say(){
echo "string";
}
}
$lidepeng=new lidepeng();
$lidepeng->say();
$lidepeng->name=‘李德鹏‘;
echo $lidepeng->name;
?>
标签:str header ide html php class nbsp ring set
原文地址:http://www.cnblogs.com/lidepeng/p/6195965.html