Skip to content

Commit

Permalink
Api documentations update (Mon Aug 26 12:16:45 UTC 2024)
Browse files Browse the repository at this point in the history
#apidocs
  • Loading branch information
sudo-robot committed Aug 26, 2024
1 parent f8d2cc1 commit 1204ddc
Show file tree
Hide file tree
Showing 274 changed files with 39,057 additions and 6,833 deletions.
191 changes: 122 additions & 69 deletions api-docs/phpstorm-stubs/Aerospike.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/AllowDynamicProperties.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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/Core/Core_c.php#L1120">at line 1120</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L1125">at line 1125</a></div>
<code>
<strong>__construct</strong>()
</code>
Expand Down
12 changes: 6 additions & 6 deletions api-docs/phpstorm-stubs/ArrayAccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Methods</h2>
bool
</div>
<div class="col-md-8">
<a href="#method_offsetExists">offsetExists</a>(mixed $offset)
<a href="#method_offsetExists">offsetExists</a>(TKey $offset)

<p><p>Whether a offset exists</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -111,7 +111,7 @@ <h2>Methods</h2>
mixed
</div>
<div class="col-md-8">
<a href="#method_offsetGet">offsetGet</a>(mixed $offset)
<a href="#method_offsetGet">offsetGet</a>(TKey $offset)

<p><p>Offset to retrieve</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>Details</h2>
<h3 id="method_offsetExists">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L125">at line 125</a></div>
<code> bool
<strong>offsetExists</strong>(mixed $offset)
<strong>offsetExists</strong>(TKey $offset)
</code>
</h3>
<div class="details">
Expand All @@ -161,7 +161,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TKey</td>
<td>$offset</td>
<td><p>
An offset to check for.
Expand Down Expand Up @@ -193,7 +193,7 @@ <h4>Return Value</h4>
<h3 id="method_offsetGet">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L136">at line 136</a></div>
<code> mixed
<strong>offsetGet</strong>(mixed $offset)
<strong>offsetGet</strong>(TKey $offset)
</code>
</h3>
<div class="details">
Expand All @@ -208,7 +208,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TKey</td>
<td>$offset</td>
<td><p>
The offset to retrieve.
Expand Down
2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/Attribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,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/Core/Core_c.php#L888">at line 888</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L893">at line 893</a></div>
<code>
<strong>__construct</strong>(int $flags = self::TARGET_ALL)
</code>
Expand Down
6 changes: 3 additions & 3 deletions api-docs/phpstorm-stubs/BackedEnum.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2>Details</h2>
<div class="method-item">
<h3 id="method_cases">
<div class="location">in <a href="UnitEnum.html#method_cases">
UnitEnum</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L919">at line 919</a></div>
UnitEnum</a> <a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L924">at line 924</a></div>
<code> static array
<strong>cases</strong>()
</code>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_from">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L940">at line 940</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L945">at line 945</a></div>
<code> static <a href="BackedEnum.html">BackedEnum</a>
<strong>from</strong>(int|string $value)
</code>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_tryFrom">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L951">at line 951</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L956">at line 956</a></div>
<code> static <a href="BackedEnum.html">BackedEnum</a>|null
<strong>tryFrom</strong>(int|string $value)
</code>
Expand Down
12 changes: 6 additions & 6 deletions api-docs/phpstorm-stubs/Cassandra/Rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2>Methods</h2>
bool
</div>
<div class="col-md-8">
<a href="#method_offsetExists">offsetExists</a>(mixed $offset)
<a href="#method_offsetExists">offsetExists</a>(TKey $offset)

<p><p>Returns existence of a given row.</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -188,7 +188,7 @@ <h2>Methods</h2>
mixed
</div>
<div class="col-md-8">
<a href="#method_offsetGet">offsetGet</a>(mixed $offset)
<a href="#method_offsetGet">offsetGet</a>(TKey $offset)

<p><p>Returns a row at given index.</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -562,7 +562,7 @@ <h4>See also</h4>
<h3 id="method_offsetExists">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/cassandra/cassandra.php#L1537">at line 1537</a></div>
<code> bool
<strong>offsetExists</strong>(mixed $offset)
<strong>offsetExists</strong>(TKey $offset)
</code>
</h3>
<div class="details">
Expand All @@ -577,7 +577,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TKey</td>
<td>$offset</td>
<td><p>
An offset to check for.
Expand Down Expand Up @@ -621,7 +621,7 @@ <h4>See also</h4>
<h3 id="method_offsetGet">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/cassandra/cassandra.php#L1549">at line 1549</a></div>
<code> mixed
<strong>offsetGet</strong>(mixed $offset)
<strong>offsetGet</strong>(TKey $offset)
</code>
</h3>
<div class="details">
Expand All @@ -636,7 +636,7 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>mixed</td>
<td>TKey</td>
<td>$offset</td>
<td><p>
The offset to retrieve.
Expand Down
10 changes: 5 additions & 5 deletions api-docs/phpstorm-stubs/Closure.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___invoke">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L647">at line 647</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L652">at line 652</a></div>
<code> mixed
<strong>__invoke</strong>(mixed ...$_)
</code>
Expand Down Expand Up @@ -203,7 +203,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bindTo">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L658">at line 658</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L663">at line 663</a></div>
<code> <a href="Closure.html">Closure</a>|null
<strong>bindTo</strong>(object|null $newThis, object|string|null $newScope = &#039;static&#039;)
</code>
Expand Down Expand Up @@ -252,7 +252,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bind">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L672">at line 672</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L677">at line 677</a></div>
<code> static <a href="Closure.html">Closure</a>|null
<strong>bind</strong>(<a href="Closure.html">Closure</a> $closure, object|null $newThis, object|string|null $newScope = &#039;static&#039;)
</code>
Expand Down Expand Up @@ -306,7 +306,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_call">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L683">at line 683</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L688">at line 688</a></div>
<code> mixed
<strong>call</strong>(object $newThis, mixed ...$args)
</code>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromCallable">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L690">at line 690</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L695">at line 695</a></div>
<code> static <a href="Closure.html">Closure</a>
<strong>fromCallable</strong>(callable $callback)
</code>
Expand Down
8 changes: 4 additions & 4 deletions api-docs/phpstorm-stubs/Collator.html
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getErrorCode">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L416">at line 416</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L418">at line 418</a></div>
<code> int|false
<strong>getErrorCode</strong>()
</code>
Expand Down Expand Up @@ -1151,7 +1151,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getLocale">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L434">at line 434</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L436">at line 436</a></div>
<code> string|false
<strong>getLocale</strong>(int $type)
</code>
Expand Down Expand Up @@ -1201,7 +1201,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getErrorMessage">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L446">at line 446</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L448">at line 448</a></div>
<code> string|false
<strong>getErrorMessage</strong>()
</code>
Expand Down Expand Up @@ -1234,7 +1234,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getSortKey">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L459">at line 459</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/intl/intl.php#L461">at line 461</a></div>
<code> string|false
<strong>getSortKey</strong>(string $string, $arg2)
</code>
Expand Down
2 changes: 1 addition & 1 deletion api-docs/phpstorm-stubs/Countable.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_count">
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L708">at line 708</a></div>
<div class="location"><a href="https://github.com/JetBrains/phpstorm-stubs/blob/master/Core/Core_c.php#L713">at line 713</a></div>
<code> int
<strong>count</strong>()
</code>
Expand Down
Loading

0 comments on commit 1204ddc

Please sign in to comment.