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