CLI API Documentation

Axigen's PHP Command Line Interface API reference guide

List of all members.

Public Member Functions

  __construct ($rpopObj, $parent)
  __get ($name)
  __set ($name, $value)
  getLogHost ()
  getLogLevel ()
  getLogType ()
  getMaxConnThreads ()
  getMinConnThreads ()
  getRpopObj ()
  getSessionObj ()
  reset ()
  save ()
  setLogHost ($value)
  setLogLevel ($value)
  setLogType ($value)
  setMaxConnThreads ($value)
  setMinConnThreads ($value)
  start ()
  stop ()

Member Function Documentation

Rpop::__get ( name  ) 

Get member.

member

description

maxConnThreads

the maximum number of threads involved in I/O for the RPOP service

minConnThreads

the minimum number of threads involved in I/O for the RPOP service

logLevel

the log level for the RPOP service

logHost

the address of the host that offers log services

logType

the log type for the RPOP service

Rpop::__set ( name,
value  
)

Set member.

member

description

maxConnThreads

the maximum number of threads involved in I/O for the RPOP service

minConnThreads

the minimum number of threads involved in I/O for the RPOP service

logLevel

the log level for the RPOP service

logHost

the address of the host that offers log services

logType

the log type for the RPOP service

Rpop::start (  ) 

This function starts the RPOP service

Returns:
bool
Rpop::stop (  ) 

This function stops the RPOP service

Returns:
bool