PHP » PYTHON |
login |
register |
about
|
imagecreate(PHP 4, PHP 5) imagecreate — Create a new palette based image Description
resource imagecreate
( int $width
, int $height
)
imagecreate() returns an image identifier representing a blank image of specified size. We recommend the use of imagecreatetruecolor(). Parameters
Return ValuesReturns an image resource identifier on success, FALSE on errors. Examples
Example #1 Creating a new GD image stream and outputting an image.
<?php The above example will output something similar to: ![]()
|
more
Recently updated
more
Most requested
more
Last requests
|