Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/itice (7-Aug @ 01:31)

Syntax Highlighted Code

  1. <?php
  2.  
  3. /**
  4.  * MyTask class
  5.  */
  6.  
  7. class MyTask
  8. {
  9.     function __construct()
  10.     {
  11.  
  12.     }
  13.    
  14.     function init()
  15.         {
  16.             //...
  17.     }
  18. }
  19.  
  20. ?>

Plain Code

<?php

/**
 * MyTask class
 */

class MyTask
{
    function __construct()
    {

    }
    
    function init()
        {
            //...
    }
}

?>

Permalink: http://codedumper.com/itice