Searched refs:imagechar (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagechar_basic.phpt | 2 Testing imagechar() of GD library 13 $result = imagechar($image, 1, 5, 5, 'C', $white);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 686 ZEND_FUNCTION(imagechar); 827 ZEND_FE(imagechar, arginfo_imagechar)
|
H A D | gd.stub.php | 700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo… function
|
H A D | gd.c | 2811 PHP_FUNCTION(imagechar) in PHP_FUNCTION() argument
|
/PHP-8.3/ |
H A D | NEWS | 942 imageload* and imagechar*. (David Carlier)
|
Completed in 21 milliseconds