Php anatomy

From wikinotes
<?php

class Automobile
{
  def drive()
  {

  }
}