Skip to content

Commit 37e65c2

Browse files
author
flow-php
committed
1 parent e0ea71f commit 37e65c2

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

changelog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
218218
<h2><a id="flow-php-unreleased---2025-02-12" href="#content-unreleased---2025-02-12" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-02-12</h2>
219219
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
220220
<ul>
221+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1473">#1473</a> - <strong>Added IndexOf function with $offset and $ignoreCase parameters and Tests</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
221222
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1470">#1470</a> - <strong>ByteString IsUTF8 function with Test</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/f-lapinski">@f-lapinski</a></li>
222223
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1465">#1465</a> - <strong>jsonl writing example</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
223224
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1465">#1465</a> - <strong>csv writing example</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/api/lib/doctrine-dbal-bulk/classes/Flow-Doctrine-Bulk-BulkData.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2 class="phpdocumentor-content__title">
122122
<aside class="phpdocumentor-element-found-in">
123123
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
124124
:
125-
<span class="phpdocumentor-element-found-in__line">10</span>
125+
<span class="phpdocumentor-element-found-in__line">11</span>
126126

127127
</aside>
128128

@@ -223,7 +223,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
223223
<aside class="phpdocumentor-element-found-in">
224224
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
225225
:
226-
<span class="phpdocumentor-element-found-in__line">22</span>
226+
<span class="phpdocumentor-element-found-in__line">23</span>
227227

228228
</aside>
229229

@@ -267,7 +267,7 @@ <h4 class="phpdocumentor-element__name" id="method_columns">
267267
<aside class="phpdocumentor-element-found-in">
268268
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
269269
:
270-
<span class="phpdocumentor-element-found-in__line">50</span>
270+
<span class="phpdocumentor-element-found-in__line">51</span>
271271

272272
</aside>
273273

@@ -305,7 +305,7 @@ <h4 class="phpdocumentor-element__name" id="method_count">
305305
<aside class="phpdocumentor-element-found-in">
306306
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
307307
:
308-
<span class="phpdocumentor-element-found-in__line">55</span>
308+
<span class="phpdocumentor-element-found-in__line">56</span>
309309

310310
</aside>
311311

@@ -343,7 +343,7 @@ <h4 class="phpdocumentor-element__name" id="method_rows">
343343
<aside class="phpdocumentor-element-found-in">
344344
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
345345
:
346-
<span class="phpdocumentor-element-found-in__line">70</span>
346+
<span class="phpdocumentor-element-found-in__line">71</span>
347347

348348
</aside>
349349

@@ -387,7 +387,7 @@ <h4 class="phpdocumentor-element__name" id="method_sqlRows">
387387
<aside class="phpdocumentor-element-found-in">
388388
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
389389
:
390-
<span class="phpdocumentor-element-found-in__line">85</span>
390+
<span class="phpdocumentor-element-found-in__line">86</span>
391391

392392
</aside>
393393

@@ -431,7 +431,7 @@ <h4 class="phpdocumentor-element__name" id="method_toSqlParameters">
431431
<aside class="phpdocumentor-element-found-in">
432432
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
433433
:
434-
<span class="phpdocumentor-element-found-in__line">111</span>
434+
<span class="phpdocumentor-element-found-in__line">112</span>
435435

436436
</aside>
437437

@@ -485,7 +485,7 @@ <h4 class="phpdocumentor-element__name" id="method_toSqlPlaceholders">
485485
<aside class="phpdocumentor-element-found-in">
486486
<abbr class="phpdocumentor-element-found-in__file" title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php"><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-bulkdata.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/BulkData.php">BulkData.php</abbr></a></abbr>
487487
:
488-
<span class="phpdocumentor-element-found-in__line">160</span>
488+
<span class="phpdocumentor-element-found-in__line">171</span>
489489

490490
</aside>
491491

sitemap.blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

sitemap.default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

sitemap.documentation.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.examples.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-02-12T21:58:22+00:00</lastmod></sitemap></sitemapindex>
1+
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-02-13T02:13:13+00:00</lastmod></sitemap></sitemapindex>

0 commit comments

Comments
 (0)