php 随笔

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 随笔相关的知识,希望对你有一定的参考价值。

<?php


header("content-type:text/html;charset=utf8");
class Car {
   var  $name = ‘汽车‘;
    function getName() {
         return $this->name;
    }
}


$a=new Car();
  echo $a->name;

  echo $a->getname();

以上是关于php 随笔的主要内容,如果未能解决你的问题,请参考以下文章

php 随笔

PHP笔记随笔

PHP 随笔

(19) PHP 随笔---LAMP 系统常用命令

php 学习随笔

PHP初学内容随笔