成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

newstatic跟newself區(qū)別

<?php
/**
 * Created by PhpStorm.
 * User: 27394
 * Date: 2016/11/15
 * Time: 8:35
 */
class A{
    public static function __contruct(){
        echo __CLASS__."A";
    }
    public static function init(){
        return new self();
    }
}
class B{
    public static function __contruct(){
        echo __CLASS__."B";
    }
    public static function init(){
        return new static();
    }
}
class C extends A{
    public static function __contruct(){
        echo __CLASS__."C";
    }
}
class D extends B{
    public static function __contruct(){
        echo __CLASS__."D";
    }
}
class E extends A{
    public static function __contruct(){
        echo __CLASS__."E";
    }
    public static function init(){
        return new self();
    }
}
class F extends B{
    public static function __contruct(){
        echo __CLASS__."F";
    }
    public static function init(){
        return new static();
    }
}
var_dump(C::init());// new self()
// object(A)#1 (0) { } self 代表 使用它的那個類
var_dump(D::init());// new static()
// object(D)#1 (0) { } static 代表當(dāng)前自己的類
var_dump(E::init());
//object(E)#1 (0) { }
var_dump(F::init());
//object(F)#1 (0) { }

分享文章:newstatic跟newself區(qū)別
文章位置:http://jinyejixie.com/article30/iieopo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App設(shè)計、網(wǎng)頁設(shè)計公司、面包屑導(dǎo)航App開發(fā)、虛擬主機、

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

h5響應(yīng)式網(wǎng)站建設(shè)
长宁区| 北海市| 樟树市| 北流市| 淮安市| 合水县| 遂川县| 鹤庆县| 黑河市| 永顺县| 哈密市| 柘城县| 凌云县| 开江县| 兴宁市| 射洪县| 阿坝县| 象州县| 增城市| 泰宁县| 龙泉市| 沂南县| 吉水县| 永登县| 荃湾区| 江油市| 龙岩市| 南投县| 竹山县| 南皮县| 绥江县| 东辽县| 凤翔县| 临海市| 佛冈县| 承德县| 武汉市| 大兴区| 泉州市| 天等县| 涪陵区|