[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ 0 ] [ a ] [ c ] [ d ] [ h ] [ i ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ]

0

in file dict.php, constant
top

a

auth
in file Dict.php, method Net_Dict::auth()
    The client can authenticate itself to the server using a username and password. The authentication-string will be computed as in the APOP protocol discussed in [RFC1939].
top

c

$cache
in file Dict.php, variable Net_Dict::$cache
    PEAR Cache
$caching
in file Dict.php, variable Net_Dict::$caching
    if caching is on or off
client
in file Dict.php, method Net_Dict::client()
    Allows the client to provide information about itself
connect
in file Dict.php, method Net_Dict::connect()
    Connects to a dict server and sets up a socket
top

d

define
in file Dict.php, method Net_Dict::define()
    Gets definitions for the specified word in the specified database.
disconnect
in file Dict.php, method Net_Dict::disconnect()
    Disconnect from the dict server
dict.php
procedural page dict.php
Dict.php
procedural page Dict.php
top

h

help
in file Dict.php, method Net_Dict::help()
    Provides a short summary of commands that are understood by this implementation of the DICT server. The help text will be presented as a textual response, terminated by a single period on a line by itself. All DICT servers MUST implement this command.
help
in file dict.php, function help()
top

i

isOK
in file Dict.php, method Net_Dict::isOK()
    Checks if a response code is positive
top

m

match
in file Dict.php, method Net_Dict::match()
    Searches an index for the dictionary, and reports words which were found using a particular strategy.
top

n

Net_Dict
in file Dict.php, class Net_Dict
    The main Net_Dict class
NET_DICT_PORT
in file Dict.php, constant NET_DICT_PORT
NET_DICT_SERVER
in file Dict.php, constant NET_DICT_SERVER
top

o

optionMIME
in file Dict.php, method Net_Dict::optionMIME()
    Requests that all text responses be prefaced by a MIME header [RFC2045] followed by a single blank line (CRLF).
top

p

$port
in file Dict.php, variable Net_Dict::$port
    Default DICT Port
top

q

quit
in file Dict.php, method Net_Dict::quit()
    This command is used by the client to cleanly exit the server.
top

r

readLine
in file Dict.php, method Net_Dict::readLine()
    Alias to Net_Socket::readLine();
top

s

$server
in file Dict.php, variable Net_Dict::$server
    Default DICT server name
$servinfo
in file Dict.php, variable Net_Dict::$servinfo
    Server Information
SASLAuth
in file Dict.php, method Net_Dict::SASLAuth()
    The Simple Authentication and Security Layer (SASL) is currently being developed [RFC2222]. The DICT protocol reserves the SASLAUTH and SASLRESP commands for this method of authentication.
SASLResp
in file Dict.php, method Net_Dict::SASLResp()
    The client will send all responses using the SASLRESP command and a BASE64-encoded parameter.
setCache
in file Dict.php, method Net_Dict::setCache()
    Sets caching on or off and provides the cache type and parameters
setServer
in file Dict.php, method Net_Dict::setServer()
    Sets the server and port of dict server
showDatabases
in file Dict.php, method Net_Dict::showDatabases()
    Gets list of available databases
showInfo
in file Dict.php, method Net_Dict::showInfo()
    Gets source, copyright, and licensing information about the specified database.
showServer
in file Dict.php, method Net_Dict::showServer()
    Gets local server information written by the local administrator.
showStrategies
in file Dict.php, method Net_Dict::showStrategies()
    Gets a list of available strategies
simpleQuery
in file Dict.php, method Net_Dict::simpleQuery()
    Runs a generic dict query
status
in file Dict.php, method Net_Dict::status()
    Display some server-specific timing or debugging information. This information may be useful in debugging or tuning a DICT server. All DICT servers MUST implement this command (note, though, that the text part of the response is not specified and may be omitted).
top

Documentation generated on Mon, 11 Mar 2019 15:41:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.