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:
Hannes Magnusson 2007-10-13 13:38:04 +00:00
parent 275a8284ce
commit 6a10a864ec

View file

@ -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>