mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
1406cee9c9
commit
2685993b9f
1 changed files with 20 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue