Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 8977

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!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 max value for a Unicode property</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intlchar.getfc-nfkc-closure.html">IntlChar::getFC_NFKC_Closure</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="intlchar.getintpropertyminvalue.html">IntlChar::getIntPropertyMinValue</a></div>
 <div class="up"><a href="class.intlchar.html">IntlChar</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="intlchar.getintpropertymaxvalue" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">IntlChar::getIntPropertyMaxValue</h1>
  <p class="verinfo">(PHP 7)</p><p class="refpurpose"><span class="refname">IntlChar::getIntPropertyMaxValue</span> &mdash; <span class="dc-title">Get the max value for a Unicode property</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-intlchar.getintpropertymaxvalue-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="type">int</span> <span class="methodname"><strong>IntlChar::getIntPropertyMaxValue</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$property</code></span>
   )</div>

  <p class="para rdfs-comment">
   Gets the maximum value for an enumerated/integer/binary Unicode property.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-intlchar.getintpropertymaxvalue-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   
    <dt>
<code class="parameter">property</code></dt>

    <dd>

     <p class="para">The Unicode property to lookup (see the <em>IntlChar::PROPERTY_*</em> constants).</p>
    </dd>

   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-intlchar.getintpropertymaxvalue-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The maximum value returned by <span class="function"><a href="intlchar.getintpropertyvalue.html" class="function">IntlChar::getIntPropertyValue()</a></span> for a Unicode property.
   <em>&lt;=0</em> if the property selector is out of range.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-intlchar.getintpropertymaxvalue-examples">
  <h3 class="title">Examples</h3>
  <div class="example" id="example-3208">
   <p><strong>Example #1 Testing different properties</strong></p>
   <div class="example-contents">
    <div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">getIntPropertyMaxValue</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">PROPERTY_BIDI_CLASS</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">getIntPropertyMaxValue</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">PROPERTY_SCRIPT</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">getIntPropertyMaxValue</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">PROPERTY_IDEOGRAPHIC</span><span style="color: #007700">));<br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(</span><span style="color: #0000BB">IntlChar</span><span style="color: #007700">::</span><span style="color: #0000BB">getIntPropertyMaxValue</span><span style="color: #007700">(</span><span style="color: #0000BB">999999999</span><span style="color: #007700">));&nbsp;</span><span style="color: #FF8000">//&nbsp;Some&nbsp;made-up&nbsp;value<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
   </div>

   <div class="example-contents"><p>The above example will output:</p></div>
   <div class="example-contents screen">
    <div class="cdata"><pre>
int(22)
int(166)
int(1)
int(-1)
</pre></div>
   </div>
  </div>
 </div>


 <div class="refsect1 seealso" id="refsect1-intlchar.getintpropertymaxvalue-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="function"><a href="intlchar.hasbinaryproperty.html" class="function" rel="rdfs-seeAlso">IntlChar::hasBinaryProperty()</a> - Check a binary Unicode property for a code point</span></li>
    <li class="member"><span class="function"><a href="intlchar.getintpropertyminvalue.html" class="function" rel="rdfs-seeAlso">IntlChar::getIntPropertyMinValue()</a> - Get the min value for a Unicode property</span></li>
    <li class="member"><span class="function"><a href="intlchar.getintpropertyvalue.html" class="function" rel="rdfs-seeAlso">IntlChar::getIntPropertyValue()</a> - Get the value for a Unicode property for a code point</span></li>
    <li class="member"><span class="function"><a href="intlchar.getunicodeversion.html" class="function" rel="rdfs-seeAlso">IntlChar::getUnicodeVersion()</a> - Get the Unicode version</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="intlchar.getfc-nfkc-closure.html">IntlChar::getFC_NFKC_Closure</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="intlchar.getintpropertyminvalue.html">IntlChar::getIntPropertyMinValue</a></div>
 <div class="up"><a href="class.intlchar.html">IntlChar</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>