$cons->FillChar(char, number, col, row)
$cons
char
number
col
row
Fills the specified number of consecutive characters, beginning at col, row, with the character specified in char. Returns the number of characters filled, or undef on error.
undef
Copyright © 2001 O'Reilly & Associates. All rights reserved.