You are here

30 calls to PEAR::raiseError() in Flickr API 5

DB::connect in phpFlickr/PEAR/DB.php
Create a new DB object including a connection to the specified database
DB::factory in phpFlickr/PEAR/DB.php
Create a new DB object for the specified database type but don't connect to the database
DB_common::raiseError in phpFlickr/PEAR/DB/common.php
Communicates an error and invoke error callbacks, etc
DB_storage::remove in phpFlickr/PEAR/DB/storage.php
Remove the row represented by this object from the database.
DB_storage::set in phpFlickr/PEAR/DB/storage.php
Modify an attriute value.
DB_storage::setup in phpFlickr/PEAR/DB/storage.php
Method used to initialize a DB_storage object from the configured table.
HTTP_Request::addFile in phpFlickr/PEAR/HTTP/Request.php
Adds a file to upload
HTTP_Request::sendRequest in phpFlickr/PEAR/HTTP/Request.php
Sends the request
HTTP_Response::process in phpFlickr/PEAR/HTTP/Request.php
Processes a HTTP response
HTTP_Response::_decodeGzip in phpFlickr/PEAR/HTTP/Request.php
Decodes the message-body encoded by gzip
Net_Socket::connect in phpFlickr/PEAR/Net/Socket.php
Connect to the specified port. If called when the socket is already connected, it disconnects and connects again.
Net_Socket::disconnect in phpFlickr/PEAR/Net/Socket.php
Disconnects from the peer, closes the socket.
Net_Socket::gets in phpFlickr/PEAR/Net/Socket.php
Get a specified line of data
Net_Socket::getStatus in phpFlickr/PEAR/Net/Socket.php
Returns information about an existing socket resource. Currently returns four entries in the result array:
Net_Socket::read in phpFlickr/PEAR/Net/Socket.php
Read a specified amount of data. This is guaranteed to return, and has the added benefit of getting everything in one fread() chunk; if you know the size of the data you're getting beforehand, this is definitely the way to go.
Net_Socket::readAll in phpFlickr/PEAR/Net/Socket.php
Read until the socket closes, or until there is no more data in the inner PHP buffer. If the inner buffer is empty, in blocking mode we wait for at least 1 byte of data. Therefore, in blocking mode, if there is no data at all to be read, this function…
Net_Socket::readByte in phpFlickr/PEAR/Net/Socket.php
Reads a byte of data
Net_Socket::readInt in phpFlickr/PEAR/Net/Socket.php
Reads an int of data
Net_Socket::readIPAddress in phpFlickr/PEAR/Net/Socket.php
Reads an IP Address and returns it in a dot formated string
Net_Socket::readLine in phpFlickr/PEAR/Net/Socket.php
Read until either the end of the socket or a newline, whichever comes first. Strips the trailing newline from the returned data.
Net_Socket::readString in phpFlickr/PEAR/Net/Socket.php
Reads a zero-terminated string of data
Net_Socket::readWord in phpFlickr/PEAR/Net/Socket.php
Reads a word of data
Net_Socket::select in phpFlickr/PEAR/Net/Socket.php
Runs the equivalent of the select() system call on the socket with a timeout specified by tv_sec and tv_usec.
Net_Socket::setBlocking in phpFlickr/PEAR/Net/Socket.php
Sets whether the socket connection should be blocking or not. A read call to a non-blocking socket will return immediately if there is no data available, whereas it will block until there is data for blocking sockets.
Net_Socket::setTimeout in phpFlickr/PEAR/Net/Socket.php
Sets the timeout value on socket descriptor, expressed in the sum of seconds and microseconds
Net_Socket::write in phpFlickr/PEAR/Net/Socket.php
Write a specified amount of data.
Net_Socket::writeLine in phpFlickr/PEAR/Net/Socket.php
Write a line of data to the socket, followed by a trailing "\r\n".
PEAR::delExpect in phpFlickr/PEAR/PEAR.php
This method deletes all occurences of the specified element from the expected error codes stack.
PEAR::throwError in phpFlickr/PEAR/PEAR.php
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
PEAR::throwError in phpFlickr/PEAR/PEAR.php
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.