Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F944494
testClass.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
264 B
Subscribers
None
testClass.php
View Options
<?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
Details
Attached
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)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment