- typo/phrase fix (#16446)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jan Lehnardt 2002-04-05 10:29:44 +00:00
parent 549a07f8e0
commit 25d759ece7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.85 $ -->
<!-- $Revision: 1.86 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@ -298,7 +298,7 @@ THUMBNAIL.Thumbnail.Height: 1
<para>
Both parameters <parameter>width</parameter> and <parameter>height</parameter> are
available since PHP 4.3 and return the size of the thumbnail. It is possible that
<function>exif_thumbnail</function> cannot create and image but determine the its
<function>exif_thumbnail</function> cannot create an image but determine its
size. In this case the return value is &false; but <parameter>width</parameter> and
<parameter>height</parameter> are set.
</para>