Net_Ping::setArgs()

Net_Ping::setArgs() -- set arguments for a ping command

Referentiesamenvatting

require_once 'Net/Ping.php';

boolean Net_Ping::setArgs (array $args)

Beschrijving

Set the arguments for a ping command

Parameter

Return waarde

boolean - Geeft TRUE terug bij success, PEAR_Error als het faalt.

Throws

Tabel 49-2. Mogelijke PEAR_Error waarden

Error codeError messageReasonSolution
NULL PING_INVALID_ARGUMENTS A not supported argument was given Check typing of argument (key name) and OS-support of the argument.

Note

Deze functie kan niet statisch worden aangeroepen.