fgetc

(PHP 4, PHP 5, PHP 7) Gets character from file pointer string fgetc ( resource $handle ) Gets a character from the given file pointer. Parameters: handle The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()). Returns: Returns a string containing a single character rea

call_user_func

(PHP 4, PHP 5, PHP 7) Call the callback given by the first parameter mixed call_user_func ( callable $callback [, mixed $parameter [, mixed $... ]] ) Calls the callback given by the first parameter and passes the remaining parameters as arguments. Parameters: callback The callable to be called. parameter Zero or more parameters to be pa

PDF_show

(PHP 4, PECL pdflib >= 1.0.0) Output text at current position bool PDF_show ( resource $pdfdoc, string $text ) Prints text in the current font and size at the current position. Returns TRUE on success or FALSE on failure.

GearmanWorker::timeout

(PECL gearman >= 0.6.0) Get socket I/O activity timeout public int GearmanWorker::timeout ( void ) Returns the current time to wait, in milliseconds, for socket I/O activity. Returns: A time period is milliseconds. A negative value indicates an infinite timeout. See also: GearmanWorker::setTimeout() -

CairoContext::restore

(PECL cairo >= 0.1.0) The restore purpose public void CairoContext::restore ( void ) Object oriented style (method): Procedural style: void cairo_restore ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only i

maxdb_field_tell

(PECL maxdb >= 1.0) Get current field offset of a result pointer int maxdb_field_tell ( resource $result ) Procedural style Object oriented style int $maxdb_result->current_field; Returns the position of the field cursor used for the last maxdb_fetch_field() call. This value can be used as an argument to maxdb_field_seek(). Returns: Returns current offset of field cursor.

MongoDB::__toString

(PECL mongo >=0.9.0) The name of this database public string MongoDB::__toString ( void ) Returns: Returns this database's name.

eio_grp_add

(PECL eio >= 0.0.1dev) Adds a request to the request group. void eio_grp_add ( resource $grp, resource $req ) eio_grp_add() adds a request to the request group. Parameters: grp The request group resource returned by eio_grp() req The request resource Returns: eio_grp_add() doesn't return a value.

Yaf_Request_Abstract::isOptions

(Yaf >=1.0.0) The isOptions purpose public void Yaf_Request_Abstract::isOptions ( void ) Returns: This function is currently not documented; only its argument list is available.

SWFDisplayItem::addColor

(PHP 5 <= 5.3.0, PECL ming SVN) Adds the given color to this item's color transform void SWFDisplayItem::addColor ( int $red, int $green, int $blue [, int $a ] ) swfdisplayitem::addcolor() adds the color to this item's color transform. The color is given in its RGB form. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add().