略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: ReflectionClass::getTraits

2024-04-28

ReflectionClass::getTraits

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionClass::getTraits返回这个类所使用的 traits 数组

说明

public ReflectionClass::getTraits(): array

警告

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

返回了一个数组,键是 trait 的名称,值是 trait 实例的 ReflectionClass。 出现错误的情况下返回 null

add a noteadd a note

User Contributed Notes 1 note

up
7
Anonymous
7 years ago
Note that getTraits will NOT return any traits inherited from a parent.

This is currently viewed as the desired behavior.  See https://bugs.php.net/bug.php?id=61554

官方地址:https://www.php.net/manual/en/reflectionclass.gettraits.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3