<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dx81.gendoas.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dx81.gendoas.de/feed.php">
        <title>dx.new php</title>
        <description></description>
        <link>https://dx81.gendoas.de/</link>
        <image rdf:resource="https://dx81.gendoas.de/lib/tpl/arctic-mbo/images/favicon.ico" />
       <dc:date>2026-04-18T15:30:23+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:funktionen&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:plz&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:preg_match&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:preg&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:start&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:tmpcode&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:x_brainstorm&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:x_tabs&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=php:x_uebersicht&amp;rev=1655835008&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dx81.gendoas.de/lib/tpl/arctic-mbo/images/favicon.ico">
        <title>dx.new</title>
        <link>https://dx81.gendoas.de/</link>
        <url>https://dx81.gendoas.de/lib/tpl/arctic-mbo/images/favicon.ico</url>
    </image>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:funktionen&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:funktionen</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:funktionen&amp;rev=1654521230&amp;do=diff</link>
        <description>get_defined_functions()</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:plz&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:plz</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:plz&amp;rev=1654521230&amp;do=diff</link>
        <description>function xxx_plz() {
  $plz_input = &#039;/home/asp/albin/plz_tmp.txt&#039;;
  $plz_output = &#039;/home/asp/albin/plz_freiburg.txt&#039;;
  $content = explode(&quot;\n&quot;, file_get_contents($plz_input));
  $plz_data = array();
  foreach ($content as $line) {
    list($plz, $rest) = 0;
    list($plz, $rest) = explode(&#039; &#039;, $line, 2);
    $plz_data[] = $plz;
  }
  
  sort($plz_data);
  $plz_data = array_unique($plz_data);
  $result = implode(&quot;\n&quot;, $plz_data);
  file_put_contents($plz_output, $result);
  $xx = 0;
  
}</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:preg_match&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:preg_match</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:preg_match&amp;rev=1654521230&amp;do=diff</link>
        <description>$zeichenkette = &#039;xx-yy-asdf-001-aaaa&#039;;
  $suchmuster = &#039;/asdf-(\d+)-aa/&#039;;
  preg_match($suchmuster, $zeichenkette, $treffer);
  // $treffer[0]=asdf-001-aa, $treffer[1]=001</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:preg&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:preg</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:preg&amp;rev=1654521230&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:start&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:start</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:start&amp;rev=1654521230&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:tmpcode&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:tmpcode</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:tmpcode&amp;rev=1654521230&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:x_brainstorm&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:x_brainstorm</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:x_brainstorm&amp;rev=1654521230&amp;do=diff</link>
        <description>*  strip_tags: Entfernt HTML- und PHP-Tags aus einem String


      $expire_next = mktime(0, 0, 0, date(&#039;m&#039;), date(&#039;d&#039;) + 1);
      $xx = date(&#039;d.m.Y H:i:s&#039;, $expire_next);</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:x_tabs&amp;rev=1654521230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-06T15:13:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:x_tabs</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:x_tabs&amp;rev=1654521230&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=php:x_uebersicht&amp;rev=1655835008&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-21T20:10:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php:x_uebersicht</title>
        <link>https://dx81.gendoas.de/doku.php?id=php:x_uebersicht&amp;rev=1655835008&amp;do=diff</link>
        <description>*  Deprecated (php8.1):
		*  deprecatedPassingNull - trim, json_decode, ...

	*  search for:
		*   blockchain php: ..devprofessor ..jumpstartblockchain
		*  blockchain drupal: ..project/blockchain

	*  php7: ..incompatible
		*  php7 for netbeans: ...1 ...2

	*  &lt;http://www.phpclasses.org/&gt;
	*  preg_match
		*  int preg_match ( string $pattern , string $subject [, array &amp;$matches [, int $flags = 0 [, int $offset = 0 ]]] )</description>
    </item>
</rdf:RDF>
