From 2685993b9f254846efa813b3be0a9e95209ea505 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Jan 2001 22:42:43 +0000 Subject: [PATCH] Initial documentation for imagecreatefromstring() function. # CaPS, would you be so kind and add more info about this and maybe # some example too? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38842 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/functions/image.xml b/functions/image.xml index 5b55d46f99..5f2818a6ce 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -857,6 +857,26 @@ function LoadWBMP ($imgname) { + + + ImageCreateFromString + Create a new image from the image stream in the string + + + Description + + + int imagecreatefromstring + string image + + + + ImageCreateFromString returns an image identifier + representing the image obtained from the given string. + + + + ImageDashedLine