imagecreate(PHP 4, PHP 5) imagecreate — Create a new palette based image Описание
resource imagecreate
( int $width
, int $height
)
imagecreate() returns an image identifier representing a blank image of specified size. We recommend the use of imagecreatetruecolor(). Список параметров
Возвращаемые значенияReturns an image resource identifier on success, FALSE on errors. Примеры
Пример #1 Creating a new GD image stream and outputting an image.
<?phpРезультатом выполнения данного примера будет что-то подобное:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |