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

📄 function.variant-fix.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>Returns the integer portion of a variant</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="function.variant-eqv.html">variant_eqv</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.variant-get-type.html">variant_get_type</a></div> <div class="up"><a href="ref.com.html">COM Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.variant-fix" class="refentry"> <div class="refnamediv">  <h1 class="refname">variant_fix</h1>  <p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">variant_fix</span> &mdash; <span class="dc-title">Returns the integer portion of a variant</span></p> </div> <div class="refsect1 description">  <h3 class="title">Description</h3>  <div class="methodsynopsis dc-description">   <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><b><b>variant_fix</b></b></span>    ( <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <tt class="parameter">$variant</tt></span>   )</div>  <p class="para rdfs-comment">   Gets the integer portion of a variant.  </p> </div> <div class="refsect1 parameters">  <h3 class="title">Parameters</h3>  <p class="para">   <dl>    <dt>     <span class="term"><i><tt class="parameter">variant</tt></i></span>     <dd>      <p class="para">       The variant.      </p>     </dd>    </dt>   </dl>  </p>  <blockquote><p><b class="note">Note</b>:  As with all the variant arithmetic functions, the parameters for this function can be either a PHP native type (integer, string, floating point, boolean or <b><tt>NULL</tt></b>), or an instance of a COM, VARIANT or DOTNET class.  PHP native types will be converted to variants using the same rules as found in the constructor for the <a href="class.variant.html" class="xref">VARIANT</a> class.  COM and DOTNET objects will have the value of their default property taken and used as the variant value.<br /> The variant arithmetic functions are wrappers around the similarly named functions in the COM library; for more information on these functions, consult the MSDN library.  The PHP functions are named slightly differently; for example <a href="function.variant-add.html" class="function">variant_add()</a> in PHP corresponds to <i>VarAdd() </i> in the MSDN documentation.<br /></p></blockquote> </div> <div class="refsect1 returnvalues">  <h3 class="title">Return Values</h3>  <p class="para">   If <i><tt class="parameter">variant</tt></i> is negative, then the first negative   integer greater than or equal to the variant is returned, otherwise   returns the integer portion of the value of   <i><tt class="parameter">variant</tt></i>.  </p> </div> <div class="refsect1 notes">  <h3 class="title">Notes</h3>  <div class="warning"><b class="warning">Warning</b>   <p class="simpara">    This documentation is based on the MSDN documentation; it appears    that this function is either the same as    <a href="function.variant-int.html" class="function">variant_int()</a>, or that there is an error in the MSDN    documentation.   </p>  </div> </div> <div class="refsect1 seealso">  <h3 class="title">See Also</h3>  <p class="para">   <ul class="simplelist">    <li class="member"><a href="function.variant-int.html" class="function" rel="rdfs-seeAlso">variant_int()</a></li>    <li class="member"><a href="function.variant-round.html" class="function" rel="rdfs-seeAlso">variant_round()</a></li>    <li class="member"><a href="function.floor.html" class="function" rel="rdfs-seeAlso">floor()</a></li>    <li class="member"><a href="function.ceil.html" class="function" rel="rdfs-seeAlso">ceil()</a></li>    <li class="member"><a href="function.round.html" class="function" rel="rdfs-seeAlso">round()</a></li>   </ul>  </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.variant-eqv.html">variant_eqv</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.variant-get-type.html">variant_get_type</a></div> <div class="up"><a href="ref.com.html">COM Functions</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 + -