?? 11-16.php
字號:
<?php
require_once('utils.php');
$options = array('output_type' => 'xml', 'version' => 'xmlrpc');
$result = xu_rpc_http_concise(
array(method => 'multiply',
args => array(5, 6),
host => '192.168.0.1',
uri => '/~gnat/test/ch11/xmlrpc-server.php', debug => 1,
options => $options));
echo "5 * 6 is $result";
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -