PHP - define
Войти

PHP - define

PHP - define
1
2
3
4
5
6
7
8
<?php 

  define
("CONSTANT""Hello world.");

  echo 
CONSTANT// выводит "Hello world."
  
echo Constant// выводит "Constant" и выдает уведомление.

?>
Теги:
php