-<?php
+<?php // $Id$
/**
* Info about the local environment, wrt RPC
*
-<?php
+<?php // $Id$
/**
* Library functions for mnet
*
-<?php
+<?php // $Id$
/**
* An object to represent lots of information about an RPC-peer machine
*
-<?php
+<?php // $Id$
/**
* Print this server's public key and exit
- *
+ *
* @author Donal McMullan donal@catalyst.net.nz
* @version 0.0.1
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
-<?php
+<?php // $Id$
/**
* An object to represent lots of information about an RPC-peer machine
- *
+ *
* @author Donal McMullan donal@catalyst.net.nz
* @version 0.0.1
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
return false;
}
}
-?>
\ No newline at end of file
+?>
-<?php
+<?php // $Id$
/**
* Some dummy functions to test XML-RPC with
*/
/**
- * The xxxx_RPC_OK must exist and return TRUE for the remote call to be
+ * The xxxx_RPC_OK must exist and return TRUE for the remote call to be
* permitted
- *
+ *
* @return bool True if the related function can be executed remotely
*/
function mnet_concatenate_strings_RPC_OK() {
}
}
-?>
\ No newline at end of file
+?>
-<?php
+<?php // $Id$
/**
* A template to test Moodle's XML-RPC feature
- *
- * This script 'remotely' executes the mnet_concatenate_strings function in
+ *
+ * This script 'remotely' executes the mnet_concatenate_strings function in
* mnet/testlib.php
* It steps through each stage of the process, printing some data as it goes
* along. It should help you to get your remote method working.
- *
+ *
* @author Donal McMullan donal@catalyst.net.nz
* @version 0.0.1
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License