(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionClass::getTraits — 返回這個類所使用的 traits 數(shù)組
本函數(shù)還未編寫文檔,僅有參數(shù)列表。
此函數(shù)沒有參數(shù)。
返回了一個數(shù)組,鍵是 trait 的名稱,值是 trait 實例的 ReflectionClass。 出現(xiàn)錯誤的情況下返回 null。
null