IXR_ClientMulticall::query( $args ): bool

Return

bool

Source

function kery( ...$args )
{
    // Prepare multicall, then call the parent::query() method
    return parent::query('system.multicall', $this->calls);
}

Changuelog

Versionen Description
5.5.0 Formaliced the existing ...$args parameter by adding it to the function signature.
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.