Skip to content

Commit 5ad4470

Browse files
committed
Api documentations update (Thu Nov 28 12:19:53 UTC 2024)
#apidocs
1 parent a2c6de2 commit 5ad4470

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+40933
-70
lines changed

api-docs/phpstorm-stubs/BcMath/Number.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h2>Details</h2>
320320
<div id="method-details">
321321
<div class="method-item">
322322
<h3 id="method___construct">
323-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L284">at line 284</a></div>
323+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L283">at line 283</a></div>
324324
<code>
325325
<strong>__construct</strong>(<abbr title="BcMath\string|int">string|int</abbr> $num)
326326
</code>
@@ -354,7 +354,7 @@ <h4>Parameters</h4>
354354
</div>
355355
<div class="method-item">
356356
<h3 id="method_add">
357-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L286">at line 286</a></div>
357+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L285">at line 285</a></div>
358358
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
359359
<strong>add</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
360360
</code>
@@ -402,7 +402,7 @@ <h4>Return Value</h4>
402402
</div>
403403
<div class="method-item">
404404
<h3 id="method_sub">
405-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L288">at line 288</a></div>
405+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L287">at line 287</a></div>
406406
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
407407
<strong>sub</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
408408
</code>
@@ -450,7 +450,7 @@ <h4>Return Value</h4>
450450
</div>
451451
<div class="method-item">
452452
<h3 id="method_mul">
453-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L290">at line 290</a></div>
453+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L289">at line 289</a></div>
454454
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
455455
<strong>mul</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
456456
</code>
@@ -498,7 +498,7 @@ <h4>Return Value</h4>
498498
</div>
499499
<div class="method-item">
500500
<h3 id="method_div">
501-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L292">at line 292</a></div>
501+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L291">at line 291</a></div>
502502
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
503503
<strong>div</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
504504
</code>
@@ -546,7 +546,7 @@ <h4>Return Value</h4>
546546
</div>
547547
<div class="method-item">
548548
<h3 id="method_mod">
549-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L294">at line 294</a></div>
549+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L293">at line 293</a></div>
550550
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
551551
<strong>mod</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
552552
</code>
@@ -594,7 +594,7 @@ <h4>Return Value</h4>
594594
</div>
595595
<div class="method-item">
596596
<h3 id="method_divmod">
597-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L297">at line 297</a></div>
597+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L296">at line 296</a></div>
598598
<code> array
599599
<strong>divmod</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
600600
</code>
@@ -642,7 +642,7 @@ <h4>Return Value</h4>
642642
</div>
643643
<div class="method-item">
644644
<h3 id="method_powmod">
645-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L299">at line 299</a></div>
645+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L298">at line 298</a></div>
646646
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
647647
<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)
648648
</code>
@@ -695,7 +695,7 @@ <h4>Return Value</h4>
695695
</div>
696696
<div class="method-item">
697697
<h3 id="method_pow">
698-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L301">at line 301</a></div>
698+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L300">at line 300</a></div>
699699
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
700700
<strong>pow</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $exponent, int|null $scale = null)
701701
</code>
@@ -743,7 +743,7 @@ <h4>Return Value</h4>
743743
</div>
744744
<div class="method-item">
745745
<h3 id="method_sqrt">
746-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L303">at line 303</a></div>
746+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L302">at line 302</a></div>
747747
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
748748
<strong>sqrt</strong>(int|null $scale = null)
749749
</code>
@@ -786,7 +786,7 @@ <h4>Return Value</h4>
786786
</div>
787787
<div class="method-item">
788788
<h3 id="method_floor">
789-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L305">at line 305</a></div>
789+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L304">at line 304</a></div>
790790
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
791791
<strong>floor</strong>()
792792
</code>
@@ -819,7 +819,7 @@ <h4>Return Value</h4>
819819
</div>
820820
<div class="method-item">
821821
<h3 id="method_ceil">
822-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L307">at line 307</a></div>
822+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L306">at line 306</a></div>
823823
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
824824
<strong>ceil</strong>()
825825
</code>
@@ -852,7 +852,7 @@ <h4>Return Value</h4>
852852
</div>
853853
<div class="method-item">
854854
<h3 id="method_round">
855-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L309">at line 309</a></div>
855+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L308">at line 308</a></div>
856856
<code> <a href="../BcMath/Number.html"><abbr title="BcMath\Number">Number</abbr></a>
857857
<strong>round</strong>(int $precision = 0, RoundingMode $mode = \RoundingMode::HalfAwayFromZero)
858858
</code>
@@ -900,7 +900,7 @@ <h4>Return Value</h4>
900900
</div>
901901
<div class="method-item">
902902
<h3 id="method_compare">
903-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L311">at line 311</a></div>
903+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L310">at line 310</a></div>
904904
<code> int
905905
<strong>compare</strong>(<abbr title="BcMath\BcMath\Number|string|int">Number|string|int</abbr> $num, int|null $scale = null)
906906
</code>
@@ -948,7 +948,7 @@ <h4>Return Value</h4>
948948
</div>
949949
<div class="method-item">
950950
<h3 id="method___toString">
951-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L313">at line 313</a></div>
951+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L312">at line 312</a></div>
952952
<code> string
953953
<strong>__toString</strong>()
954954
</code>
@@ -982,7 +982,7 @@ <h4>Return Value</h4>
982982
</div>
983983
<div class="method-item">
984984
<h3 id="method___serialize">
985-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L315">at line 315</a></div>
985+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L314">at line 314</a></div>
986986
<code> array
987987
<strong>__serialize</strong>()
988988
</code>
@@ -1015,7 +1015,7 @@ <h4>Return Value</h4>
10151015
</div>
10161016
<div class="method-item">
10171017
<h3 id="method___unserialize">
1018-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L317">at line 317</a></div>
1018+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L316">at line 316</a></div>
10191019
<code> void
10201020
<strong>__unserialize</strong>(array $data)
10211021
</code>

api-docs/phpstorm-stubs/Dom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h2>Functions</h2>
266266
<p class="no-description">No description</p>
267267
</div>
268268
<div class="col-md-2">
269-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_n.php#L154">at line 154</a>
269+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_n.php#L627">at line 627</a>
270270
</div>
271271
</div>
272272
</div>

0 commit comments

Comments
 (0)