Re: newbie question about code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adam-

That is a function call. In Java:

class Code
{
    public static void function do_command(){ }
}

Code.do_command();

Regards,

-Josh
____________________________________
Joshua Kehn | Josh.Kehn@xxxxxxxxx
http://joshuakehn.com

On Sep 10, 2010, at 2:27 PM, Adam Williams wrote:

> I'm looking at someone's code to learn and I'm relatively new to programming.  In the code I see commands like:
> 
> $code->do_command();
> 
> I'm not really sure what that means.  How would that look in procedural style programming?  do_command($code); or something else?
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux