Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Ivan Ristic | > | XML-RPC Class Server | > | class.test.php | > | Download | ||
|
Download |
<? class Test { function _init($secret) { if ($secret == '42') return true; else return false; } function sayHello($name) { return "Hello $name!"; } } ?> |