PHP Function List
destroyimage doesn't exist. Closest matches:
- strtotime
- strftime
- strptime
- m_destroyengine
- getimagesize
- imagedestroy
- haruimage
- getrusage
- ps_open_image
- recode_string
- kadm5_destroy
- pdf_fit_image
- m_destroyconn
- stompframe
- pdf_stroke
- gmstrftime
- strip_tags
- pdf_load_image
- ps_close_image
- substr_compare
Site Search Results
-
In theory creating an image object and calling imagedestroy in your destructor should be a good way of doing it; something like: <?php final class My_Image() {
-
Notes. Note: GIF support was removed from the GD library in Version 1.6, and added back in Version 2.0.28. This function is not available between these versions.
-
imagecreatefromstring - Manualimagecreatefromstring() returns an image identifier representing the image obtained from the given data. These types will be automatically detected if your build of ...
-
Notes. Note: This function does not require the GD image library.
-
Gets information about the version and capabilities of the installed GD library.
-
Performs a flood fill starting at the given coordinate (top left is 0, 0) with the given color in the image.
-
Creates a rectangle filled with color in the given image starting at point 1 and ending at point 2. 0, 0 is the top left corner of the image.
-
$color = imagecolorallocatealpha ($img, 0x00, 0x00, 0x00, 127); imagefill ($img, 0, 0, $color); // Save the image to file.png imagepng ($img, "file.png"); // Destroy image

Other forms of search
To search the string "destroyimage" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
