From 081558397b755ae75af10570607d50b7e0a04c62 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 1 Apr 2018 14:16:57 +0000 Subject: [PATCH] imagecolorat() may also return FALSE git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344604 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecolorat.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagecolorat.xml b/reference/image/functions/imagecolorat.xml index 150b22124c..7a41a6a4b5 100644 --- a/reference/image/functions/imagecolorat.xml +++ b/reference/image/functions/imagecolorat.xml @@ -51,8 +51,9 @@ &reftitle.returnvalues; - Returns the index of the color. + Returns the index of the color &return.falseforfailure;. + &return.falseproblem; &reftitle.examples;