Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
trait_exists - Checks if the trait exists
Вернуться к: Классы/Объекты
trait_exists
(Информация о версии неизвестна, возможно, только в SVN)
trait_exists — Checks if the trait exists
Описание
bool trait_exists
( string $traitname
[, bool $autoload
] )
Список параметров
- traitname
-
Name of the trait to check
- autoload
-
Whether to autoload if not already loaded.
Возвращаемые значения
Returns TRUE if trait exists, FALSE if not, NULL in case of an error.
Вернуться к: Классы/Объекты