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