Page MenuHomeCode

testClass.php
No OneTemporary

testClass.php

<?php
class testClass {
function myecho ($somestring) {
return "<P>" . $somestring . "</P>";
}
function contentB () {
return "<P>Content B</P>";
}
function contentC () {
return "<P>Content C</P>";
}
function add($x,$y) {
return $x + $y;
}
}
?>

File Metadata

Mime Type
text/x-php
Expires
Fri, Apr 25, 22:15 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26693
Default Alt Text
testClass.php (264 B)

Event Timeline