RPC::XML::Method - Object encapsulation of server-side RPC methods
require RPC::XML::Method;
...
$method_1 = RPC::XML::Method->new({ name => 'system.identity',
code => sub { ... },
signature => [ 'string' ] });
$method_2 = RPC::XML::Method->new('/path/to/status.xpl');
By the time of 1.0 release of this software package, this file will be removed completely.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |