Php anatomy

From wikinotes
Revision as of 00:47, 9 July 2020 by Will (talk | contribs) (Created page with "<source lang="php"> <?php class Automobile { def drive() { } } </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<?php

class Automobile
{
  def drive()
  {

  }
}