Skip to content

Commit

Permalink
Api documentations update (Sat Dec 14 12:17:41 UTC 2024)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed Dec 14, 2024
1 parent ba88aec commit 0bc76b1
Show file tree
Hide file tree
Showing 79 changed files with 1,081 additions and 964 deletions.
34 changes: 17 additions & 17 deletions api-docs/phpstorm-stubs/BcMath/Number.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L283">at line 283</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L281">at line 281</a></div>
<code>
<strong>__construct</strong>(<abbr title="BcMath\string|int">string|int</abbr> $num)
</code>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_add">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L285">at line 285</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L283">at line 283</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>add</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -402,7 +402,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_sub">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L287">at line 287</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L285">at line 285</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>sub</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -450,7 +450,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_mul">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L289">at line 289</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L287">at line 287</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>mul</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -498,7 +498,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_div">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L291">at line 291</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L289">at line 289</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>div</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -546,7 +546,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_mod">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L293">at line 293</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L291">at line 291</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>mod</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -594,7 +594,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_divmod">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L296">at line 296</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L294">at line 294</a></div>
<code> array
<strong>divmod</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -642,7 +642,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_powmod">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L298">at line 298</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L296">at line 296</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>powmod</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $exponent, <abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $modulus, int|null $scale = null)
</code>
Expand Down Expand Up @@ -695,7 +695,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_pow">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L300">at line 300</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L298">at line 298</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>pow</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $exponent, int|null $scale = null)
</code>
Expand Down Expand Up @@ -743,7 +743,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_sqrt">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L302">at line 302</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L300">at line 300</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>sqrt</strong>(int|null $scale = null)
</code>
Expand Down Expand Up @@ -786,7 +786,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_floor">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L304">at line 304</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L302">at line 302</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>floor</strong>()
</code>
Expand Down Expand Up @@ -819,7 +819,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_ceil">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L306">at line 306</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L304">at line 304</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>ceil</strong>()
</code>
Expand Down Expand Up @@ -852,7 +852,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_round">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L308">at line 308</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L306">at line 306</a></div>
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
<strong>round</strong>(int $precision = 0, RoundingMode $mode = \RoundingMode::HalfAwayFromZero)
</code>
Expand Down Expand Up @@ -900,7 +900,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_compare">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L310">at line 310</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L308">at line 308</a></div>
<code> int
<strong>compare</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
</code>
Expand Down Expand Up @@ -948,7 +948,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method___toString">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L312">at line 312</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L310">at line 310</a></div>
<code> string
<strong>__toString</strong>()
</code>
Expand Down Expand Up @@ -982,7 +982,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method___serialize">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L314">at line 314</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L312">at line 312</a></div>
<code> array
<strong>__serialize</strong>()
</code>
Expand Down Expand Up @@ -1015,7 +1015,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method___unserialize">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L316">at line 316</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L314">at line 314</a></div>
<code> void
<strong>__unserialize</strong>(array $data)
</code>
Expand Down
8 changes: 4 additions & 4 deletions api-docs/phpstorm-stubs/DOMAttr.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h2>Properties</h2>
</tr>
<tr>
<td class="type" id="property_childNodes">
<a href="DOMNodeList.html">DOMNodeList</a>
<abbr title="DOMNodeList&lt;\DOMNode&gt;">DOMNode&gt;</abbr>

</td>
<td>$childNodes</td>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h2>Properties</h2>
</tr>
<tr>
<td class="type" id="property_attributes">
<a href="DOMNamedNodeMap.html">DOMNamedNodeMap</a>|null
<abbr title="DOMNamedNodeMap&lt;\DOMAttr&gt;">DOMAttr&gt;</abbr>|null

</td>
<td>$attributes</td>
Expand Down Expand Up @@ -1906,7 +1906,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_isId">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1654">at line 1654</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1665">at line 1665</a></div>
<code> bool
<strong>isId</strong>()
</code>
Expand Down Expand Up @@ -1938,7 +1938,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1664">at line 1664</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1675">at line 1675</a></div>
<code>
<strong>__construct</strong>(string $name, string $value = &#039;&#039;)
</code>
Expand Down
Loading

0 comments on commit 0bc76b1

Please sign in to comment.