Fix doc bug #61591 (mismatched argument description).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324693 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-04-02 01:14:16 +00:00
parent abe03dab3f
commit 5de0ed0920

View file

@ -9,11 +9,11 @@
&reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>imagecreatefromstring</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagecreatefromstring</function> returns an image identifier
representing the image obtained from the given <parameter>data</parameter>.
representing the image obtained from the given <parameter>image</parameter>.
These types will be automatically detected if your build of PHP supports
them: JPEG, PNG, GIF, WBMP, and GD2.
</para>