|
interface.inc.php - User Interface Functions
|
transparent
Required Parameters: int $width, int $height
Optional Parameters: string $align, bool $returnOnly
Returns: None
Description: This function draws a transparent GIF image to be used in general as a web site design placeholder with width $width and height $height. Vertical image alignment is "bottom" by default. In order to return the string immediately without echoing it to the output buffer, set $returnOnly to TRUE.
function transparent($width, $height, $align = "bottom", $returnOnly = FALSE)
|