mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
gd: fix proto comment
This commit is contained in:
parent
eb4065b9e1
commit
7189cc5be8
1 changed files with 1 additions and 1 deletions
|
@ -5360,7 +5360,7 @@ PHP_FUNCTION(imagecropauto)
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto resource imagescale(resource im, new_width[, new_height[, method]])
|
/* {{{ 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)
|
PHP_FUNCTION(imagescale)
|
||||||
{
|
{
|
||||||
zval *IM;
|
zval *IM;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue