From 5de0ed09203c4982a40e6468870fba9090f5a55e Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 2 Apr 2012 01:14:16 +0000 Subject: [PATCH] Fix doc bug #61591 (mismatched argument description). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324693 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecreatefromstring.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/imagecreatefromstring.xml b/reference/image/functions/imagecreatefromstring.xml index 9c2e1f3864..d57fc7afba 100644 --- a/reference/image/functions/imagecreatefromstring.xml +++ b/reference/image/functions/imagecreatefromstring.xml @@ -9,11 +9,11 @@ &reftitle.description; resourceimagecreatefromstring - stringdata + stringimage imagecreatefromstring returns an image identifier - representing the image obtained from the given data. + representing the image obtained from the given image. These types will be automatically detected if your build of PHP supports them: JPEG, PNG, GIF, WBMP, and GD2.