uTools-Manuals/docs/php/zend_logo_guid.html
2019-04-08 23:22:26 +08:00

93 lines
3.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>获取 Zend guid</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.zend-logo-guid" class="refentry">
<div class="refnamediv">
<h1 class="refname">zend_logo_guid</h1>
<p class="verinfo">(PHP 4, PHP &lt; 5.5.0)</p><p class="refpurpose"><span class="refname">zend_logo_guid</span> &mdash; <span class="dc-title">获取 Zend guid</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.zend-logo-guid-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>zend_logo_guid</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">string</span></div>
<p class="para rdfs-comment">
该函数返回了一个 ID能够使用内置的图像来显示 Zend logo。
</p>
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">自 PHP 5.5.0
起,已经<em class="emphasis">废弃</em><em class="emphasis">移除</em>此函数。</p></div>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.zend-logo-guid-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
返回 <em>PHPE9568F35-D428-11d2-A769-00AA001ACF42</em>.
</p>
</div>
<div class="refsect1 changelog" id="refsect1-function.zend-logo-guid-changelog">
<h3 class="title">更新日志</h3>
<p class="para">
<table class="doctable informaltable">
<thead>
<tr>
<th>版本</th>
<th>说明</th>
</tr>
</thead>
<tbody class="tbody">
<tr>
<td>5.5.0</td>
<td>
<span class="function"><strong>zend_logo_guid()</strong></span> 从 PHP 中移除了。
</td>
</tr>
</tbody>
</table>
</p>
</div>
<div class="refsect1 examples" id="refsect1-function.zend-logo-guid-examples">
<h3 class="title">范例</h3>
<p class="para">
<div class="example" id="example-537">
<p><strong>Example #1 <span class="function"><strong>zend_logo_guid()</strong></span> 例子</strong></p>
<div class="example-contents">
<div class="phpcode"><pre><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">'&lt;img&nbsp;src="'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'PHP_SELF'</span><span style="color: #007700">]&nbsp;.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #DD0000">'?='&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">zend_logo_guid</span><span style="color: #007700">()&nbsp;.&nbsp;</span><span style="color: #DD0000">'"&nbsp;alt="Zend&nbsp;Logo&nbsp;!"&nbsp;/&gt;'</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</pre></div>
</div>
</div>
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.zend-logo-guid-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="php_logo_guid.html" class="function" rel="rdfs-seeAlso">php_logo_guid()</a> - 获取 logo 的 guid</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>