php 中关于trait的说法错误的是:
trait 跟类一样可以被实例化
trait 会覆盖基类中的函数
引用 trait 的当前类中函数可以覆盖 trait 中函数
一个 php 类可以引用多个 trait