function defined RHK2YPJ5E5IC2ROMHSH34ZJPW5Q3LIKQNVVIVZA
definedPodręcznik PHPPoprzedniNastępnydefined (PHP 3, PHP 4 >= 4.0.0)defined --
Checks whether a given named constant exists
Descriptionbool defined (string name)
Returns TRUE if the named constant given by
name has been defined,
FALSE otherwise.
Przykład 1. Checking Constants<?php
if (defined("CONSTANT")){ // Note that it should be quoted
echo CONSTANT; //
}
?>
See also define(),
constant() and the section on Constants.
PoprzedniSpis treściNastępnydefinePoczątek rozdziałudie
Wyszukiwarka