SILENT KILLERPanel

Current Path: > home > > > ivftiowh > www > wp-includes > IXR


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home///ivftiowh/www/wp-includes/IXR

NameTypeSizeLast ModifiedActions
class-IXR-base64.php File 414 bytes August 26 2016 22:08:33.
class-IXR-client.php File 4787 bytes September 13 2023 04:25:42.
class-IXR-clientmulticall.php File 1263 bytes September 13 2023 04:25:42.
class-IXR-date.php File 1691 bytes August 05 2020 08:21:23.
class-IXR-error.php File 854 bytes August 26 2016 22:08:33.
class-IXR-introspectionserver.php File 5323 bytes August 26 2016 22:08:33.
class-IXR-message.php File 8196 bytes September 13 2023 04:25:42.
class-IXR-request.php File 927 bytes August 26 2016 22:08:33.
class-IXR-server.php File 6670 bytes September 13 2023 04:25:42.
class-IXR-value.php File 3790 bytes August 26 2016 22:08:33.

Reading File: /home///ivftiowh/www/wp-includes/IXR/class-IXR-clientmulticall.php

<?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);
    }
}

SILENT KILLER Tool