mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #66817: imagecreatefromstring has undocumented warnings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339917 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b64ba59d6a
commit
674885fd4f
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@
|
|||
or the image is corrupt and cannot be loaded.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
<function>imagecreatefromstring</function> raises an E_WARNING level error,
|
||||
if the data is not in a recognized format.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue