svn: /phpdoc/ja/trunk/reference/exif/functions/ exif-read-data.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 05 Dec 2020 11:31:11 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351895
Log:
Document that exif_read_data() may raise notices and warnings
Changed paths:
U phpdoc/ja/trunk/reference/exif/functions/exif-read-data.xml
Modified: phpdoc/ja/trunk/reference/exif/functions/exif-read-data.xml
===================================================================
--- phpdoc/ja/trunk/reference/exif/functions/exif-read-data.xml 2020-12-05 11:28:11 UTC (rev 351894)
+++ phpdoc/ja/trunk/reference/exif/functions/exif-read-data.xml 2020-12-05 11:31:11 UTC (rev 351895)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351452 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 351876 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="function.exif-read-data" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -177,6 +177,16 @@
<function>exif_read_data</function> は &false; を返します。
</para>
</refsect1>
+
+ <refsect1 role="errors">
+ &reftitle.errors;
+ <para>
+ サポートされていないタグや、エラーが起きうる条件が指定された場合は、
+ <constant>E_WARNING</constant> かつ/または <constant>E_NOTICE</constant> が発生します。
+ 警告が発生しても、この関数は対応する情報を全て読み取ろうとします。
+ </para>
+ </refsect1>
+
<refsect1 role="changelog">
&reftitle.changelog;
<para>