Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16647 программистов и 1646 роботов. Сейчас ищут 1274 программиста ...
trait_exists - Checks if the trait exists
Вернуться к: Классы/Объекты
trait_exists
(PHP 5 >= 5.4.0, PHP 7)
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.
Вернуться к: Классы/Объекты