From 08c93c330247d76aa81bbad95fb99a6ad16ed713 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 19:56:05 +0000 Subject: [PATCH] imagecolorallocate: returns -1 on failure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64287 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/image.xml b/functions/image.xml index b88667c233..14aa480869 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -460,6 +460,9 @@ $black = ImageColorAllocate ($im, 0, 0, 0); + + Returns -1 if the allocation failed. +