update : 2015.11.03
php.shukuma.com검색:
|
defined(PHP 4, PHP 5) defined — Checks whether a given named constant exists 설명
bool defined
( string
$name
)Checks whether the given constant exists and is defined.
인수
반환값
Returns 예제
Example #1 Checking Constants
<?php 참고
|