在线文档教程
PHP
类和函数 | Classes and Functions

trait_exists

trait_exists

(PHP 5 >= 5.4.0, PHP 7)

trait_exists - 检查特质是否存在

描述

bool trait_exists ( string $traitname [, bool $autoload ] )

参数

traitname

要检查的特征的名称

autoload

如果尚未加载是否自动加载。

返回值

如果特质存在则返回TRUE,如果不存在返回FALSE,返回NULL以防出现错误。

← property_exists

Classkit →