<?php
/*
* 定義trait:test1
*/
trait test1{
public function sayhello(){
echo 'hello';
}
}
/*
* 定義trait:test2
*/
trait test2{
public function sayworld(){
echo 'world';
}
}
/*
* 定義類test,繼承自trait:test1,test2
*/
class test{
use test1,test2;
/*
* 定義類test的方法:sayhelloworld
*/
public function sayhelloworld(){
// 使用trait:test1中的sayhello方法
$hello = $this->sayhello();
// 使用trait:test2中的sayworld方法
$world = $this->sayworld();
echo $hello.$world;
}
}
// 實(shí)例化類test的對(duì)象objtest
$objtest = new test();
// 調(diào)用對(duì)象objtest的sayhelloworld方法
$objtest->sayhelloworld();
給大家推薦幾個(gè)好用的工具
南充ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場景,ssl證書未來市場廣闊!成為創(chuàng)新互聯(lián)的ssl證書銷售渠道,可以享受市場價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:18982081108(備注:SSL證書合作)期待與您的合作!
網(wǎng)頁標(biāo)題:php中trait的用法
鏈接URL:http://aaarwkj.com/article20/igjcco.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供微信小程序、ChatGPT、網(wǎng)站收錄、網(wǎng)站制作、網(wǎng)站設(shè)計(jì)公司、標(biāo)簽優(yōu)化
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)