php class test

Java code posted
created at 10 Oct 14:25, updated at 12 Oct 06:10

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

class MyNewClass{
    public function __construct()
    {
         time();
         return $this;
    }
}



?>
130 Bytes in 2 ms with coderay