View Single Post
Old 06-28-2009, 10:07 AM   #9 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

I have this Python script, make it PHP!

Python Code:
class Hello:
  @staticmethod
  def world():
    print "Hello World!"

Hello.world()
Salathe is offline  
Reply With Quote