<?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 drupal:funcs</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-23T14:04:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:allerlei&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:drupal&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:get&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:menu&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:module&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:system&amp;rev=1654521230&amp;do=diff"/>
                <rdf:li rdf:resource="https://dx81.gendoas.de/doku.php?id=drupal:funcs:x_tabs&amp;rev=1654521230&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=drupal:funcs:allerlei&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>drupal:funcs:allerlei</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:allerlei&amp;rev=1654521230&amp;do=diff</link>
        <description>*  $map = arg(NULL, $_GET[&#039;q&#039;]);  get array from path</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs:drupal&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>drupal:funcs:drupal</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:drupal&amp;rev=1654521230&amp;do=diff</link>
        <description>drupal_get_path($type, $name)

	*  $type: The type of the item (i.e. theme, theme_engine, module, profile).
	*  $name: The name of the item for which the path is requested.
	*  Return: The path to the requested item.
	*  Beispiel: drupal_get_path(&#039;module&#039;, $module);</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs:get&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>drupal:funcs:get</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:get&amp;rev=1654521230&amp;do=diff</link>
        <description>*  get_defined_vars()</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs:menu&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>drupal:funcs:menu</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:menu&amp;rev=1654521230&amp;do=diff</link>
        <description>menu_get_item($path = NULL, $router_item = NULL)

	*  $path: The path, for example node/5. The function will find the corresponding node/% item and return that.
	*  Return: The router item, an associate array corresponding to one row in the menu_router table.</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs:module&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>drupal:funcs:module</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:module&amp;rev=1654521230&amp;do=diff</link>
        <description>module_load_include($type, $module, $name = NULL)

	*  $type: The include file&#039;s type (file extension). 
	*  $module: The module to which the include file belongs.
	*  $name: (optional) The base file name. Omitted: $name = $module
	*  return: The name of the included file, if successful; FALSE otherwise.</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs:system&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>drupal:funcs:system</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:system&amp;rev=1654521230&amp;do=diff</link>
        <description>system_get_info($type, $name = NULL)

	*  $type: Either &#039;module&#039; or &#039;theme&#039;
	*  $name: (optional) The name of a module or theme
	*  Returns an array of information about enabled modules or themes.</description>
    </item>
    <item rdf:about="https://dx81.gendoas.de/doku.php?id=drupal:funcs: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>drupal:funcs:x_tabs</title>
        <link>https://dx81.gendoas.de/doku.php?id=drupal:funcs:x_tabs&amp;rev=1654521230&amp;do=diff</link>
        <description></description>
    </item>
</rdf:RDF>
