Net_Ping::setArgs()Net_Ping::setArgs() -- set arguments for a ping command Description
     Set the arguments for a ping command
     Return value
     boolean - 
     Returns TRUE on success,
PEAR_Error on failure.
     Throws
      Table 48-2. Possible PEAR_Error values | Error code | Error message | Reason | Solution | 
|---|
 | NULL | 
          PING_INVALID_ARGUMENTS
          | 
          A not supported argument was given
          | 
          Check typing of argument (key name) and OS-support of the
          argument.
          |  
  
    NoteThis function can not be called
statically.  | 
 
 
 |