The () operator means 'cast into' so

(boolean)$bool means cast this into a booolean.



Harry Wiens wrote:

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

what does "(boolean)$bool" mean?

mfg.
harry wiens





--
Raditha Dissanayake.
---------------------------------------------------------------
http://www.radinks.com/upload/ Drag and Drop Upload thousands of files and folders in a single
transfer. (HTTP or FTP)


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



Reply via email to