You appear to be a bot. Output may be restricted
Description
Usage
Jetpack_IXR_ClientMulticall::__construct( $args, $path, $port, $timeout );
Parameters
- $args
- ( mixed ) optional –
- $path
- ( mixed ) optional –
- $port
- ( mixed ) optional default: 80 –
- $timeout
- ( mixed ) optional default: 15 –
Returns
void
Source
File name: jetpack/class.jetpack-ixr-client.php
Lines: 1 to 4 of 4
function __construct( $args = array(), $path = false, $port = 80, $timeout = 15 ) { parent::__construct( $args, $path, $port, $timeout ); }