??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-includes/IXR/class-IXR-clientmulticall.php
⬅ Kembali
<?php
/**
* IXR_ClientMulticall
*
* @package IXR
* @since 1.5.0
*/
class IXR_ClientMulticall extends IXR_Client
{
var $calls = array();
/**
* PHP5 constructor.
*/
function __construct( $server, $path = false, $port = 80 )
{
parent::IXR_Client($server, $path, $port);
$this->useragent = 'The Incutio XML-RPC PHP Library (multicall client)';
}
/**
* PHP4 constructor.
*/
public function IXR_ClientMulticall( $server, $path = false, $port = 80 ) {
self::__construct( $server, $path, $port );
}
/**
* @since 1.5.0
* @since 5.5.0 Formalized the existing `...$args` parameter by adding it
* to the function signature.
*/
function addCall( ...$args )
{
$methodName = array_shift($args);
$struct = array(
'methodName' => $methodName,
'params' => $args
);
$this->calls[] = $struct;
}
/**
* @since 1.5.0
* @since 5.5.0 Formalized the existing `...$args` parameter by adding it
* to the function signature.
*
* @return bool
*/
function query( ...$args )
{
// Prepare multicall, then call the parent::query() method
return parent::query('system.multicall', $this->calls);
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 class-IXR-base64.php
php
414 B
2016-08-26 22:08
🐘 class-IXR-client.php
php
4.6 KB
2026-02-21 04:41
🐘 class-IXR-clientmulticall.php
php
1.2 KB
2020-06-30 19:50
🐘 class-IXR-date.php
php
1.7 KB
2019-05-26 00:12
🐘 class-IXR-error.php
php
854 B
2016-08-26 22:08
🐘 class-IXR-introspectionserver.php
php
5.2 KB
2025-08-21 15:00
🐘 class-IXR-message.php
php
8.2 KB
2025-09-03 12:18
🐘 class-IXR-request.php
php
927 B
2016-08-26 22:08
🐘 class-IXR-server.php
php
6.6 KB
2025-08-21 15:00
🐘 class-IXR-value.php
php
3.7 KB
2016-08-26 22:08
📄 error_log
file
576 B
2026-06-12 15:10