Skip to content

Commit

Permalink
Api documentations update (Thu Nov 28 12:19:53 UTC 2024)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed Nov 28, 2024
1 parent a2c6de2 commit 5ad4470
Show file tree
Hide file tree
Showing 41 changed files with 40,933 additions and 70 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#L284">at line 284</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>
<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#L286">at line 286</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>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#L288">at line 288</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>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#L290">at line 290</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>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#L292">at line 292</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>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#L294">at line 294</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L293">at line 293</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#L297">at line 297</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> 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#L299">at line 299</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>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#L301">at line 301</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>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#L303">at line 303</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>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#L305">at line 305</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>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#L307">at line 307</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>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#L309">at line 309</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> <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#L311">at line 311</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> 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#L313">at line 313</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> 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#L315">at line 315</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> 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#L317">at line 317</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L316">at line 316</a></div>
<code> void
<strong>__unserialize</strong>(array $data)
</code>
Expand Down
2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/Dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h2>Functions</h2>
<p class="no-description">No description</p>
</div>
<div class="col-md-2">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_n.php#L154">at line 154</a>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_n.php#L627">at line 627</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 5ad4470

Please sign in to comment.