ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

PHP magic constants in action

php magic constants

php magic constants with example

magic constant in php

magic constant in php with example

Автор: PHP Explained

Загружено: 2025-06-06

Просмотров: 84

Описание: PHP Magic constants are predefined constants that change value depending on where they are used.

There are 9 magic constants. Magic constants are started and ended with double underscore, except constant ClassName::class.

Here are 9 magic constants with their description.

1. _CLASS_
If used inside a class, the class name is returned.

2. _DIR_
The directory of the file is returned.

3. _FILE_
The file name including the full path is returned.

4. _FUNCTION_
If inside a function, the function name is returned.

5. _LINE_
The current line number is returned.

6. _METHOD_
If used inside a function that belongs to a class, both class and function name is returned.

7. _NAMESPACE_
If used inside a namespace, the name of the namespace is returned.

8. _TRAIT_
If used inside a trait, the trait name is returned.

9. ClassName::class
Returns the name of the specified class and the name of the namespace, if any.

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
PHP magic constants in action

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]