Skip to content

Commit 0bc76b1

Browse files
committed
Api documentations update (Sat Dec 14 12:17:41 UTC 2024)
#apidocs
1 parent ba88aec commit 0bc76b1

File tree

79 files changed

+1081
-964
lines changed

Some content is hidden

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

79 files changed

+1081
-964
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#L283">at line 283</a></div>
323+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L281">at line 281</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#L285">at line 285</a></div>
357+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L283">at line 283</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#L287">at line 287</a></div>
405+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L285">at line 285</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#L289">at line 289</a></div>
453+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L287">at line 287</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#L291">at line 291</a></div>
501+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L289">at line 289</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#L293">at line 293</a></div>
549+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L291">at line 291</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#L296">at line 296</a></div>
597+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L294">at line 294</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#L298">at line 298</a></div>
645+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L296">at line 296</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#L300">at line 300</a></div>
698+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L298">at line 298</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#L302">at line 302</a></div>
746+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L300">at line 300</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#L304">at line 304</a></div>
789+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L302">at line 302</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#L306">at line 306</a></div>
822+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L304">at line 304</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#L308">at line 308</a></div>
855+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L306">at line 306</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#L310">at line 310</a></div>
903+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L308">at line 308</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#L312">at line 312</a></div>
951+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L310">at line 310</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#L314">at line 314</a></div>
985+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L312">at line 312</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#L316">at line 316</a></div>
1018+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/bcmath/bcmath.php#L314">at line 314</a></div>
10191019
<code> void
10201020
<strong>__unserialize</strong>(array $data)
10211021
</code>

api-docs/phpstorm-stubs/DOMAttr.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h2>Properties</h2>
206206
</tr>
207207
<tr>
208208
<td class="type" id="property_childNodes">
209-
<a href="DOMNodeList.html">DOMNodeList</a>
209+
<abbr title="DOMNodeList&lt;\DOMNode&gt;">DOMNode&gt;</abbr>
210210

211211
</td>
212212
<td>$childNodes</td>
@@ -256,7 +256,7 @@ <h2>Properties</h2>
256256
</tr>
257257
<tr>
258258
<td class="type" id="property_attributes">
259-
<a href="DOMNamedNodeMap.html">DOMNamedNodeMap</a>|null
259+
<abbr title="DOMNamedNodeMap&lt;\DOMAttr&gt;">DOMAttr&gt;</abbr>|null
260260

261261
</td>
262262
<td>$attributes</td>
@@ -1906,7 +1906,7 @@ <h4>Return Value</h4>
19061906
</div>
19071907
<div class="method-item">
19081908
<h3 id="method_isId">
1909-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1654">at line 1654</a></div>
1909+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1665">at line 1665</a></div>
19101910
<code> bool
19111911
<strong>isId</strong>()
19121912
</code>
@@ -1938,7 +1938,7 @@ <h4>Return Value</h4>
19381938
</div>
19391939
<div class="method-item">
19401940
<h3 id="method___construct">
1941-
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1664">at line 1664</a></div>
1941+
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/dom/dom_c.php#L1675">at line 1675</a></div>
19421942
<code>
19431943
<strong>__construct</strong>(string $name, string $value = &#039;&#039;)
19441944
</code>

0 commit comments

Comments
 (0)