mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
gd: fix proto comment
This commit is contained in:
@@ -5368,7 +5368,7 @@ PHP_FUNCTION(imagecropauto)
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto resource imagescale(resource im, new_width[, new_height[, method]])
|
||||
Crop an image using the given coordinates and size, x, y, width and height. */
|
||||
Scale an image using the given new width and height. */
|
||||
PHP_FUNCTION(imagescale)
|
||||
{
|
||||
zval *IM;
|
||||
|
||||
Reference in New Issue
Block a user