⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 id3.constants.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Predefined Constants</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="id3.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.id3.html">ID3 Functions</a></div> <div class="up"><a href="book.id3.html">ID3</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Predefined Constants</h1> <p class="para">   Most of the id3 functions either let you specify   or return a tag version. In order to specify the version   please use on of these constants. </p> <p class="para">  <dl>   <dt>    <span class="term">     <b><tt>ID3_V1_0</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V1_0</tt></b> is used if you are working with      ID3 V1.0 tags. These tags may contain the fields title, artist,      album, genre, year and comment.     </span>    </dd>   </dt>   <dt>    <span class="term">     <b><tt>ID3_V1_1</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V1_1</tt></b> is used if you are working with      ID3 V1.1 tags. These tags may all information contained in v1.0      tags plus the track number.     </span>    </dd>   </dt>   <dt>    <span class="term">     <b><tt>ID3_V2_1</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V2_1</tt></b> is used if you are working with      ID3 V2.1 tags.     </span>    </dd>   </dt>   <dt>    <span class="term">     <b><tt>ID3_V2_2</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V2_2</tt></b> is used if you are working with      ID3 V2.2 tags.     </span>    </dd>   </dt>    <dt>    <span class="term">     <b><tt>ID3_V2_3</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V2_3</tt></b> is used if you are working with      ID3 V2.3 tags.     </span>    </dd>   </dt>   <dt>    <span class="term">     <b><tt>ID3_V2_4</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_V2_4</tt></b> is used if you are working with      ID3 V2.4 tags.     </span>    </dd>   </dt>   <dt>    <span class="term">     <b><tt>ID3_BEST</tt></b>      (<a href="language.types.integer.html" class="type integer">integer</a>)    </span>    <dd>     <span class="simpara">      <b><tt>ID3_BEST</tt></b> is used if would like to let the id3 functions      determine which tag version should be used.     </span>    </dd>   </dt> </dl> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="id3.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="ref.id3.html">ID3 Functions</a></div> <div class="up"><a href="book.id3.html">ID3</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -