CakeFest 2024: The Official CakePHP Conference

ReflectionClassConstant::__toString

(PHP 7 >= 7.1.0, PHP 8)

ReflectionClassConstant::__toStringВозвращает строковое представление объекта ReflectionClassConstant

Описание

public ReflectionClassConstant::__toString(): string

Возвращает строковое представление объекта ReflectionClassConstant.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Строковое представление данного экземпляра ReflectionClassConstant.

Смотрите также

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top