mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-10 07:53:30 +08:00
v0.0.2
This commit is contained in:
@@ -1,91 +1,91 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Get the short name of an ID3v2 frame</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.id3-get-frame-short-name" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">id3_get_frame_short_name</h1>
|
||||
<p class="verinfo">(PECL id3 >= 0.2)</p><p class="refpurpose"><span class="refname">id3_get_frame_short_name</span> — <span class="dc-title">Get the short name of an ID3v2 frame</span></p>
|
||||
|
||||
</div>
|
||||
<div class="refsect1 description" id="refsect1-function.id3-get-frame-short-name-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>id3_get_frame_short_name</strong></span>
|
||||
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$frameId</code></span>
|
||||
) : <span class="type">string</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
<span class="function"><strong>id3_get_frame_short_name()</strong></span> returns the short name for an
|
||||
ID3v2 frame.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.id3-get-frame-short-name-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<p class="para">
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">frameId</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
An ID3v2 frame
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.id3-get-frame-short-name-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Returns the frame short name or <strong><code>FALSE</code></strong> on errors.
|
||||
</p>
|
||||
<p class="para">
|
||||
The values returned by <span class="function"><strong>id3_get_frame_short_name()</strong></span> are used in the
|
||||
array returned by <span class="function"><a href="id3_get_tag.html" class="function">id3_get_tag()</a></span>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 examples" id="refsect1-function.id3-get-frame-short-name-examples">
|
||||
<h3 class="title">范例</h3>
|
||||
<p class="para">
|
||||
<div class="example" id="example-642">
|
||||
<p><strong>Example #1 <span class="function"><strong>id3_get_frame_short_name()</strong></span> example</strong></p>
|
||||
<div class="example-contents">
|
||||
<div class="phpcode"><pre><span style="color: #000000">
|
||||
<span style="color: #0000BB"><?php<br />$shortName </span><span style="color: #007700">= </span><span style="color: #0000BB">id3_get_frame_short_name</span><span style="color: #007700">(</span><span style="color: #DD0000">"TOLY"</span><span style="color: #007700">);<br />echo </span><span style="color: #0000BB">$shortName</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?></span>
|
||||
</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
|
||||
<div class="example-contents"><p>以上例程会输出:</p></div>
|
||||
<div class="example-contents screen">
|
||||
<div class="cdata"><pre>
|
||||
originalLyricist
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 seealso" id="refsect1-function.id3-get-frame-short-name-seealso">
|
||||
<h3 class="title">参见</h3>
|
||||
<p class="para">
|
||||
<ul class="simplelist">
|
||||
<li class="member"><span class="function"><a href="id3_get_frame_long_name.html" class="function" rel="rdfs-seeAlso">id3_get_frame_long_name()</a> - Get the long name of an ID3v2 frame</span></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<title>Get the short name of an ID3v2 frame</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.id3-get-frame-short-name" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">id3_get_frame_short_name</h1>
|
||||
<p class="verinfo">(PECL id3 >= 0.2)</p><p class="refpurpose"><span class="refname">id3_get_frame_short_name</span> — <span class="dc-title">Get the short name of an ID3v2 frame</span></p>
|
||||
|
||||
</div>
|
||||
<div class="refsect1 description" id="refsect1-function.id3-get-frame-short-name-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>id3_get_frame_short_name</strong></span>
|
||||
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$frameId</code></span>
|
||||
) : <span class="type">string</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
<span class="function"><strong>id3_get_frame_short_name()</strong></span> returns the short name for an
|
||||
ID3v2 frame.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.id3-get-frame-short-name-parameters">
|
||||
<h3 class="title">参数</h3>
|
||||
<p class="para">
|
||||
<dl>
|
||||
|
||||
|
||||
<dt>
|
||||
<code class="parameter">frameId</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
An ID3v2 frame
|
||||
</p>
|
||||
</dd>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.id3-get-frame-short-name-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
Returns the frame short name or <strong><code>FALSE</code></strong> on errors.
|
||||
</p>
|
||||
<p class="para">
|
||||
The values returned by <span class="function"><strong>id3_get_frame_short_name()</strong></span> are used in the
|
||||
array returned by <span class="function"><a href="id3_get_tag.html" class="function">id3_get_tag()</a></span>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 examples" id="refsect1-function.id3-get-frame-short-name-examples">
|
||||
<h3 class="title">范例</h3>
|
||||
<p class="para">
|
||||
<div class="example" id="example-642">
|
||||
<p><strong>Example #1 <span class="function"><strong>id3_get_frame_short_name()</strong></span> example</strong></p>
|
||||
<div class="example-contents">
|
||||
<div class="phpcode"><pre><span style="color: #000000">
|
||||
<span style="color: #0000BB"><?php<br />$shortName </span><span style="color: #007700">= </span><span style="color: #0000BB">id3_get_frame_short_name</span><span style="color: #007700">(</span><span style="color: #DD0000">"TOLY"</span><span style="color: #007700">);<br />echo </span><span style="color: #0000BB">$shortName</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?></span>
|
||||
</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
|
||||
<div class="example-contents"><p>以上例程会输出:</p></div>
|
||||
<div class="example-contents screen">
|
||||
<div class="cdata"><pre>
|
||||
originalLyricist
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="refsect1 seealso" id="refsect1-function.id3-get-frame-short-name-seealso">
|
||||
<h3 class="title">参见</h3>
|
||||
<p class="para">
|
||||
<ul class="simplelist">
|
||||
<li class="member"><span class="function"><a href="id3_get_frame_long_name.html" class="function" rel="rdfs-seeAlso">id3_get_frame_long_name()</a> - Get the long name of an ID3v2 frame</span></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div></div></div></body></html>
|
||||
Reference in New Issue
Block a user