mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 22:06:57 +08:00
68 lines
2.7 KiB
HTML
68 lines
2.7 KiB
HTML
<!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>Converts a variant date/time value to Unix timestamp</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.variant-date-to-timestamp" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">variant_date_to_timestamp</h1>
|
|
<p class="verinfo">(PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">variant_date_to_timestamp</span> — <span class="dc-title">Converts a variant date/time value to Unix timestamp</span></p>
|
|
|
|
</div>
|
|
<div class="refsect1 description" id="refsect1-function.variant-date-to-timestamp-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>variant_date_to_timestamp</strong></span>
|
|
( <span class="methodparam"><span class="type"><a href="class.variant.html" class="type variant">variant</a></span> <code class="parameter">$variant</code></span>
|
|
) : <span class="type">int</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Converts <code class="parameter">variant</code> from a <strong><code>VT_DATE</code></strong>
|
|
(or similar) value into a Unix timestamp. This allows easier
|
|
interopability between the Unix-ish parts of PHP and COM.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.variant-date-to-timestamp-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">variant</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The variant.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.variant-date-to-timestamp-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns a unix timestamp.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.variant-date-to-timestamp-seealso">
|
|
<h3 class="title">参见</h3>
|
|
<p class="para">
|
|
<ul class="simplelist">
|
|
<li class="member"><span class="function"><a href="variant_date_from_timestamp.html" class="function" rel="rdfs-seeAlso">variant_date_from_timestamp()</a> - Returns a variant date representation of a Unix timestamp</span></li>
|
|
<li class="member"><span class="function"><a href="date.html" class="function" rel="rdfs-seeAlso">date()</a> - 格式化一个本地时间/日期</span></li>
|
|
<li class="member"><span class="function"><a href="strftime.html" class="function" rel="rdfs-seeAlso">strftime()</a> - 根据区域设置格式化本地时间/日期</span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |