这个很变态~哈哈

1 view
Skip to first unread message

Cham!

unread,
Dec 4, 2005, 5:06:52 AM12/4/05
to Cham的口水集中营
<?php
class helloworld{
var $hello;
function helloworld ($show_in) {
$this->hello=$show_in;
}
function display() {
print $this->hello;
}
}
$show = new helloworld("Hello World!");
$show->display();
?>

Reply all
Reply to author
Forward
0 new messages