mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug#42763 (wrong return type for imagecreatefromjpeg)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244141 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
275a8284ce
commit
6a10a864ec
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry xml:id="function.imagecreatefromjpeg" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imagecreatefromjpeg</refname>
|
||||
|
@ -16,8 +16,8 @@
|
|||
representing the image obtained from the given filename.
|
||||
</para>
|
||||
<para>
|
||||
<function>imagecreatefromjpeg</function> returns an empty string
|
||||
on failure. It also outputs an error message, which unfortunately
|
||||
On failure <function>imagecreatefromjpeg</function> outputs an error message,
|
||||
which unfortunately
|
||||
displays as a broken link in a browser. To ease debugging the
|
||||
following example will produce an error <acronym>JPEG</acronym>:
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue