comments
authorgggeek <giunta.gaetano@gmail.com>
Wed, 11 Jan 2023 10:56:46 +0000 (10:56 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 11 Jan 2023 10:56:46 +0000 (10:56 +0000)
demo/client/codegen.php
demo/client/parallel.php

index 2572772..676a19a 100644 (file)
@@ -6,6 +6,8 @@ require_once __DIR__ . "/_prepend.php";
  * advertised by a remote xml-rpc server.
  */
 
+/// @todo add an html header with links to view-source
+
 use PhpXmlRpc\Client;
 use PhpXmlRpc\Wrapper;
 
index 25b6bb4..be3f4fc 100644 (file)
@@ -7,6 +7,8 @@ use PhpXmlRpc\PhpXmlRpc;
 use PhpXmlRpc\Request;
 use PhpXmlRpc\Response;
 
+/// @todo add an html header with links to view-source
+
 /**
  * A class taking advantage of cURL to send many requests in parallel (to a single server), for when the given server
  * does not support the system.multicall method