Hello Harry,

Wednesday, March 10, 2004, 12:55:44 PM, you wrote:

$this->>styles['shadow'] = (boolean)$bool;
HW> what does "(boolean)$bool" mean?

It's casting the value ($bool) to a boolean (i.e. TRUE or FALSE).

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to