mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixing refpurpose and slashing function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78a8968ba5
commit
1c86e97348
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
|
||||
<refentry id="function.exif-read-data">
|
||||
<refnamediv>
|
||||
<refname>exif_read_data</refname>
|
||||
<refpurpose>
|
||||
Reads the <acronym>EXIF</acronym> headers from
|
||||
<acronym>JPEG</acronym> or <acronym>TIFF</acronym>
|
||||
Reads the <acronym>EXIF</acronym> headers from <acronym>JPEG</acronym> or <acronym>TIFF</acronym>
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -19,7 +18,7 @@
|
|||
<methodparam choice="opt"><type>bool</type><parameter>thumbnail</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>exif_read_data</function> function reads the
|
||||
<function>exif_read_data</function> reads the
|
||||
<acronym>EXIF</acronym> headers from a <acronym>JPEG</acronym> or
|
||||
<acronym>TIFF</acronym> image file. This way you can read meta data
|
||||
generated by digital cameras.
|
||||
|
|
Loading…
Reference in a new issue