Test

Php code posted by joseph
created at 25 May 01:18

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class Test
{

public function something()
{

$testvar = "some string"

return $testvar;

}



}
109 Bytes in 2 ms with coderay