That's a boolean casting; used for forcing a variable to become boolean... Hope it helps...

Harry Wiens wrote:

$this->styles['shadow'] = (boolean)$bool;
                                       ^^^^^^^^^^^^

what does "(boolean)$bool" mean?

mfg.
harry wiens




-- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] TLFNO. 955036800 ext. 111

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to