mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111418 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a0c57a6739
commit
b97c4cd505
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.81 -->
|
||||
<refentry id="function.exif-imagetype">
|
||||
<refnamediv>
|
||||
|
@ -28,13 +28,13 @@
|
|||
</para>
|
||||
<para>
|
||||
This function can be used to avoid calls to other exif functions with unsupported
|
||||
file teypes or in conjunction with $_SERVER['HTTP_ACCEPT'] to check whether or
|
||||
file types or in conjunction with $_SERVER['HTTP_ACCEPT'] to check whether or
|
||||
not the viewer is able to see a specific image in his browser.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<simpara>
|
||||
This function is only available in PHP 4 compiled using
|
||||
This function is only available in PHP 4 compiled using
|
||||
<option role="configure">--enable-exif</option>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue