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
This commit is contained in:
foobar 2001-01-07 22:42:43 +00:00
parent 1406cee9c9
commit 2685993b9f

View file

@ -857,6 +857,26 @@ function LoadWBMP ($imgname) {
</refsect1>
</refentry>
<refentry id="function.imagecreatefromstring">
<refnamediv>
<refname>ImageCreateFromString</refname>
<refpurpose>Create a new image from the image stream in the string</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>imagecreatefromstring</function></funcdef>
<paramdef>string <parameter>image</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
<function>ImageCreateFromString</function> returns an image identifier
representing the image obtained from the given string.
</para>
</refsect1>
</refentry>
<refentry id="function.imagedashedline">
<refnamediv>
<refname>ImageDashedLine</refname>