10 lines
279 B
PHP
10 lines
279 B
PHP
<?php
|
|
require 'vendor/autoload.php';
|
|
$aria2 = new Aria2('http://aria2:6800/jsonrpc', "token:e6c3778f-6361-4ed0-b126-f2cf8fca06db");
|
|
$status = $aria2->addUri(
|
|
['https://www.docker.com/sites/default/files/moby.svg']
|
|
);
|
|
?>
|
|
<code>
|
|
<?=var_export($status, 1);?>
|
|
</code>
|