<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: jemini_fr: php</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Call a user function given by the first parameter in PHP</title>
        <link>http://www.posteet.com/view/1039</link>
        <description>
        <![CDATA[<pre>// Call a class method outside the class
call_user_func(array($myclass, $mymethod), $args);

// Call a class method inside the class
call_user_func(array($this, $mymethod), $args);
//or
$this-&gt;{$mymethod}($args);</pre> <a href="http://www.posteet.com/tags/call_user_func">[call_user_func]</a>  <a href="http://www.posteet.com/tags/method">[method]</a>  <a href="http://www.posteet.com/tags/php">[php]</a> ]]>        </description>
        <dc:creator>jemini_fr</dc:creator>
        <pubDate>Fri, 04 Jul 2008 12:38:23 +0000</pubDate>

            <category>call_user_func</category>
            <category>method</category>
            <category>php</category>
    
    </item>


</channel>
</rss>
