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

Element index for package Net_CDDB

[ c ] [ d ] [ g ] [ h ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

$_artist
in file Disc.php, variable Net_CDDB_Disc::$_artist
    Artist name
$_backend
in file CDDB.php, variable Net_CDDB::$_backend
    CDDB protocol backend object
$_buffer
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_buffer
    String buffer for recieving responses
$_buffer
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_buffer
    String buffer to store response
$_buffer
in file CDDB.php, variable Net_CDDB::$_buffer
    String buffer for calls to backend
$_cdreader
in file CDDB.php, variable Net_CDDB::$_cdreader
    CD TOC reader backend object, reads TOC from a CD-ROM disc
$_client
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_client
    Client string to report to CDDB server
$_client
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_client
    Client name to report to CDDB server
$_conn
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_conn
    Connection resource to remove server
$_debug
in file CDDB.php, variable Net_CDDB::$_debug
    Status of debugging (enabled/disabled)
$_device
in file CDDB.php, variable Net_CDDB::$_device
    Location of CD-ROM device ( /dev/acd0, etc. )
$_discid
in file Disc.php, variable Net_CDDB_Disc::$_discid
    8-char discid field
$_email
in file CDDB.php, variable Net_CDDB::$_email
    String email address to use for submitting CDDB records
$_extras
in file Disc.php, variable Net_CDDB_Disc::$_extras
    Array of extra data about tracks
$_genre
in file Disc.php, variable Net_CDDB_Disc::$_genre
    CDDB genre string
$_host
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_host
    Hostname of remote CDDB server
$_host
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_host
    Hostname to report to CDDB server
$_length
in file Disc.php, variable Net_CDDB_Disc::$_length
    Length in seconds of the audio-CD
$_multi_line_ident
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_multi_line_ident
    String indicating CDDB server returned a multi-line response
$_offsets
in file Disc.php, variable Net_CDDB_Disc::$_offsets
    Array of track offsets ( in seconds )
$_persist
in file CDDB.php, variable Net_CDDB::$_persist
    Connection should persist over multiple method calls or not (valid for HTTP only)
$_playorder
in file Disc.php, variable Net_CDDB_Disc::$_playorder
    Playorder of tracks ( optional CDDB attribute )
$_port
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_port
    CDDB port to connect on
$_port
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_port
    HTTP port to connect on ( 80 )
$_request_uri
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_request_uri
    URI to use access CGI program with ( /~cddb/cddb.cgi )
$_revision
in file Disc.php, variable Net_CDDB_Disc::$_revision
    CDDB revision attribute
$_server
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_server
    HTTP server to connect to ( freedb.org )
$_server
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_server
    CDDB server to connect to
$_status_buffer
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_status_buffer
    Integer buffer to store HTTP response ( 200 OK, etc. )
$_status_buffer
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_status_buffer
    String buffer for holding status line of last request
$_submit_server
in file CDDB.php, variable Net_CDDB::$_submit_server
    String server name for new submissions via HTTP
$_sudo
in file CDDB.php, variable Net_CDDB::$_sudo
    Whether or not to use sudo to access the CD-ROM device
$_this_revision
in file Disc.php, variable Net_CDDB_Disc::$_this_revision
    Revision id if we've edited the record
$_title
in file Disc.php, variable Net_CDDB_Disc::$_title
    Disc/audio CD title
$_tracks
in file Disc.php, variable Net_CDDB_Disc::$_tracks
    Array of track titles
$_user
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_user
    User to connect to CDDB server as
$_user
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_user
    Username to report to CDDB server
$_version
in file Cddbp.php, variable Net_CDDB_Protocol_CDDBP::$_version
    Client version string to report to CDDB server
$_version
in file Http.php, variable Net_CDDB_Protocol_HTTP::$_version
    Client version string to report to CDDB server
$_year
in file Disc.php, variable Net_CDDB_Disc::$_year
    Year audio CD was published
_createProtocol
in file CDDB.php, method Net_CDDB::_createProtocol()
    Create a protocol instance of the given type with the given parameters
_createReader
in file CDDB.php, method Net_CDDB::_createReader()
    Create a cd reader instance of a given type with the parameters
_debug
in file CDDB.php, method Net_CDDB::_debug()
    Prints/logs debugging messages
_parseRecord
in file CDDB.php, method Net_CDDB::_parseRecord()
    Parse a CDDB style database record
_parseResult
in file CDDB.php, method Net_CDDB::_parseResult()
    Parse a result string returned by a CDDB query into an array
_readLine
in file CDDB.php, method Net_CDDB::_readLine()
    Read a line from the response buffer
_readResponseStatus
in file CDDB.php, method Net_CDDB::_readResponseStatus()
    Reads the return status for the last command ( 200, 210, 500, etc. )
_send
in file CDDB.php, method Net_CDDB::_send()
    Send a query to the backend and retrieve the result from the query
top

c

calcTrackOffsets
in file cddiscid.php, method Net_CDDB_cddiscid::calcTrackOffsets()
    Static method to obtain the track offsets and length of an audio CD
calcTrackOffsets
in file cdparanoia.php, method Net_CDDB_cdparanoia::calcTrackOffsets()
    Static method to execute 'cdparanoia' and get track offsets from audio CD
calcTrackOffsets
in file test.php, method Net_CDDB_Reader_test::calcTrackOffsets()
    Fakes querying the CD-ROM drive and returns fake TOC based on the device
calculateDiscId
in file DiscId.php, method Net_CDDB_DiscId::calculateDiscId()
    Calculate the disc id from the track offsets and disc length
calculateDiscId
in file CDDB.php, method Net_CDDB::calculateDiscId()
    Calculate a disc ID based on the track offsets and the disc length
calculateDiscIdForCD
in file CDDB.php, method Net_CDDB::calculateDiscIdForCD()
    Calculate the 8-byte disc id from the CD-ROM drive
calculateLengthForCD
in file CDDB.php, method Net_CDDB::calculateLengthForCD()
    Calculate the length in seconds of the disc in the CD-ROM drive
calculateTrackOffsetsForCD
in file CDDB.php, method Net_CDDB::calculateTrackOffsetsForCD()
    Calculate the track offsets from the TOC of the disc in the CD-ROM drive
connect
in file Http.php, method Net_CDDB_Protocol_HTTP::connect()
    Establish a connection to the HTTP server
connect
in file CDDB.php, method Net_CDDB::connect()
    Establish connection to CDDB server
connect
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::connect()
    Connect to the CDDBP server
connected
in file Http.php, method Net_CDDB_Protocol_HTTP::connected()
    Tell whether or not a connection has been established already
connected
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::connected()
    Tell whether or not a connection has been established
Cddbp.php
procedural page Cddbp.php
cddiscid.php
procedural page cddiscid.php
cdparanoia.php
procedural page cdparanoia.php
CDDB.php
procedural page CDDB.php
CDDB_example.php
procedural page CDDB_example.php
top

d

debug
in file CDDB.php, method Net_CDDB::debug()
    Enables or disables debugging ( prints out all responses/requests )
disconnect
in file Http.php, method Net_CDDB_Protocol_HTTP::disconnect()
    Disconnect from the server
disconnect
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::disconnect()
    Disconnect from the CDDBP server
disconnect
in file CDDB.php, method Net_CDDB::disconnect()
    Disconnect from CDDB server
Disc.php
procedural page Disc.php
DiscId.php
procedural page DiscId.php
top

g

getArtist
in file Disc.php, method Net_CDDB_Disc::getArtist()
    Get the artist for the audio CD
getDetails
in file CDDB.php, method Net_CDDB::getDetails()
    Fill a CDDBDisc object with detailed information about the disc
getDetailsByDiscId
in file CDDB.php, method Net_CDDB::getDetailsByDiscId()
    Get CD information by genre and disc id value
getDiscId
in file Disc.php, method Net_CDDB_Disc::getDiscId()
    Get the 8-char discid for the disc
getDiscLength
in file Disc.php, method Net_CDDB_Disc::getDiscLength()
    Retrieve the length of this disc in seconds
getGenre
in file Disc.php, method Net_CDDB_Disc::getGenre()
    Get the genre this disc belongs to
getGenres
in file CDDB.php, method Net_CDDB::getGenres()
    Retrieve list of genre's from CDDB server
getTitle
in file Disc.php, method Net_CDDB_Disc::getTitle()
    Get the title of this disc
getTrackOffset
in file Disc.php, method Net_CDDB_Disc::getTrackOffset()
    Get the track offset for a specific track
getTrackTitle
in file Disc.php, method Net_CDDB_Disc::getTrackTitle()
    Get the track title for a specific track number ( track #s start at 0 )
top

h

help
in file CDDB.php, method Net_CDDB::help()
    Get protocol help from the CDDB server
Http.php
procedural page Http.php
top

m

motd
in file CDDB.php, method Net_CDDB::motd()
    Get the message of the day from the CDDB server
top

n

Net_CDDB
in file CDDB.php, class Net_CDDB
    Class for communication with CDDB/FreeDB.org servers
Net_CDDB
in file CDDB.php, method Net_CDDB::Net_CDDB()
    Construct a new CDDB object using the given backend/connection parameters
Net_CDDB_cddiscid
in file cddiscid.php, class Net_CDDB_cddiscid
    Driver class to extract the TOC from an audio-CD using a 'cd- discid' binary
Net_CDDB_cdparanoia
in file cdparanoia.php, class Net_CDDB_cdparanoia
    Driver class to get TOC from an audio CD using a 'cdparanoia' binary
Net_CDDB_Disc
in file Disc.php, method Net_CDDB_Disc::Net_CDDB_Disc()
    Construct a new Net_CDDB_Disc object
Net_CDDB_Disc
in file Disc.php, class Net_CDDB_Disc
    Class representing an audio-CD with CDDB information
Net_CDDB_DiscId
in file DiscId.php, class Net_CDDB_DiscId
    Static class providing helper functions to calculate disc ids
Net_CDDB_example
in file CDDB_example.php, function Net_CDDB_example()
Net_CDDB_Protocol
in file Protocol.php, class Net_CDDB_Protocol
    Base class for basing CDDB protocol/access on
Net_CDDB_Protocol_CDDBP
in file Cddbp.php, class Net_CDDB_Protocol_CDDBP
    Connection handler class for CDDBP protocol
Net_CDDB_Protocol_CDDBP
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::Net_CDDB_Protocol_CDDBP()
    Construct a CDDBP object
Net_CDDB_Protocol_HTTP
in file Http.php, method Net_CDDB_Protocol_HTTP::Net_CDDB_Protocol_HTTP()
    Construct a Net_CDDB_HTTP protocol object
Net_CDDB_Protocol_HTTP
in file Http.php, class Net_CDDB_Protocol_HTTP
    Connection class for CDDB access using HTTP wrappers
NET_CDDB_PROTO_LEVEL
in file CDDB.php, constant NET_CDDB_PROTO_LEVEL
    CDDB protocol level ***DO NOT CHANGE THIS***
Net_CDDB_Reader_test
in file test.php, class Net_CDDB_Reader_test
    Driver class for testing the CDDB service, returns fake TOC for audio CDs
NET_CDDB_RESPONSE_ERROR_ALREADY
in file CDDB.php, constant NET_CDDB_RESPONSE_ERROR_ALREADY
    Error, parameter already set to value
NET_CDDB_RESPONSE_ERROR_ILLEGAL
in file CDDB.php, constant NET_CDDB_RESPONSE_ERROR_ILLEGAL
    Error, illegal parameter value
NET_CDDB_RESPONSE_ERROR_SYNTAX
in file CDDB.php, constant NET_CDDB_RESPONSE_ERROR_SYNTAX
    Error, invalid command syntax
NET_CDDB_RESPONSE_ERROR_TIMEOUT
in file CDDB.php, constant NET_CDDB_RESPONSE_ERROR_TIMEOUT
    Error, timeout
NET_CDDB_RESPONSE_OK
in file CDDB.php, constant NET_CDDB_RESPONSE_OK
    Command OK
NET_CDDB_RESPONSE_OK_FOLLOWS
in file CDDB.php, constant NET_CDDB_RESPONSE_OK_FOLLOWS
    Command OK, response/list follows
NET_CDDB_RESPONSE_OK_INEXACT
in file CDDB.php, constant NET_CDDB_RESPONSE_OK_INEXACT
    Command OK, inexact match, list follows
NET_CDDB_RESPONSE_OK_NOMATCH
in file CDDB.php, constant NET_CDDB_RESPONSE_OK_NOMATCH
    Command OK, no match found
NET_CDDB_RESPONSE_OK_RO
in file CDDB.php, constant NET_CDDB_RESPONSE_OK_RO
    Hello OK, database is read only
NET_CDDB_RESPONSE_OK_SET
in file CDDB.php, constant NET_CDDB_RESPONSE_OK_SET
    Command OK, parameter set
NET_CDDB_RESPONSE_SERVER_ALREADY
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_ALREADY
    Command OK, already shook hands
NET_CDDB_RESPONSE_SERVER_BADHANDSHAKE
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_BADHANDSHAKE
    Command OK, internal server error
NET_CDDB_RESPONSE_SERVER_CGIERR
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_CGIERR
    Command OK, internal CGI server error
NET_CDDB_RESPONSE_SERVER_CORRUPT
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_CORRUPT
    Command OK, database entry corrupt
NET_CDDB_RESPONSE_SERVER_ERROR
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_ERROR
    Command OK, internal server error
NET_CDDB_RESPONSE_SERVER_NOHANDSHAKE
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_NOHANDSHAKE
    Command OK, need handshake
NET_CDDB_RESPONSE_SERVER_NOPERM
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_NOPERM
    Command OK, permission denied
NET_CDDB_RESPONSE_SERVER_SYSLOAD
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_SYSLOAD
    Command OK, system load too high
NET_CDDB_RESPONSE_SERVER_TOOMANYUSERS
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_TOOMANYUSERS
    Command OK, too many users
NET_CDDB_RESPONSE_SERVER_UNAVAIL
in file CDDB.php, constant NET_CDDB_RESPONSE_SERVER_UNAVAIL
    Command OK, service/file unavailable/not found
NET_CDDB_VERSION
in file CDDB.php, constant NET_CDDB_VERSION
    Net_CDDB PEAR package version
numTracks
in file Disc.php, method Net_CDDB_Disc::numTracks()
    Get the number of tracks the CD contains
top

p

Protocol.php
procedural page Protocol.php
top

r

recieve
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::recieve()
    Recieve a string response from the CDDB server
recieve
in file Http.php, method Net_CDDB_Protocol_HTTP::recieve()
    Receive a response after issuing a command with send()
top

s

searchDatabase
in file CDDB.php, method Net_CDDB::searchDatabase()
    Search and return CDDBDisc objects for CDs matching given length/offsets
searchDatabaseForCD
in file CDDB.php, method Net_CDDB::searchDatabaseForCD()
    Search and return CDDBDisc objects matching the disc in the CD-ROM drive
searchDatabaseWithRawQuery
in file CDDB.php, method Net_CDDB::searchDatabaseWithRawQuery()
    Utility method to search for CDDB discs using a raw 'cddb query ...' command
send
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::send()
    Send a query to the CDDB server
send
in file Http.php, method Net_CDDB_Protocol_HTTP::send()
    Send a query to the HTTP CDDB server
sites
in file CDDB.php, method Net_CDDB::sites()
    Get a list of CDDB mirrors
statistics
in file CDDB.php, method Net_CDDB::statistics()
    Get CDDB database server statistics
status
in file Http.php, method Net_CDDB_Protocol_HTTP::status()
    Return the status code from the last request
status
in file Cddbp.php, method Net_CDDB_Protocol_CDDBP::status()
    Get the integer status code the last response contained
submitDisc
in file CDDB.php, method Net_CDDB::submitDisc()
    Submit a revised/new Net_CDDB_Disc object to the FreeDB.org database
sum
in file DiscId.php, method Net_CDDB_DiscId::sum()
    Helper function for calculateDiscId() method, sum digits in track offset
top

t

test.php
procedural page test.php
toString
in file Disc.php, method Net_CDDB_Disc::toString()
    Return a string representation of this CDDB Disc ( the CDDB file format )
top

v

version
in file CDDB.php, method Net_CDDB::version()
    Get the CDDB server version string
top

Documentation generated on Mon, 11 Mar 2019 14:39:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.