imagescale

(PHP 5 >= 5.5.0, PHP 7) Scale an image using the given new width and height resource imagescale ( resource $image, int $new_width [, int $new_height = -1 [, int $mode = IMG_BILINEAR_FIXED ]] ) imagescale() scales an image using the given interpolation algorithm. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetr

eio_readahead

(PECL eio >= 0.0.1dev) Perform file readahead into page cache resource eio_readahead ( mixed $fd, int $offset, int $length [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_readahead() populates the page cache with data from a file so that subsequent reads from that file will not block on disk I/O. See READAHEAD(2) man page for details. Parameters:

EvLoop::fork

(PECL ev >= 0.2.0) Creates EvFork watcher object associated with the current event loop instance final public EvFork EvLoop::fork ( callable $callback [, mixed $data = NULL [, int $priority = 0 ]] ) Creates EvFork watcher object associated with the current event loop instance Returns: Returns EvFork object on success. See also

Yar_Server::handle

(PECL yar >= 1.0.0) Start RPC Server public boolean Yar_Server::handle ( void ) Start a RPC HTTP server, and ready for accpet RPC requests. Note: Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to the uri, the service information (commented section above) will be printed on the page Returns: boolean Exa

newt_checkbox_get_value

(PECL newt >= 0.1) Retreives value of checkox resource string newt_checkbox_get_value ( resource $checkbox ) This function returns the character in the sequence which indicates the current value of the checkbox. Parameters: checkbox This function returns the character in the sequence which indicates the current value of the checkbox. Returns:

Yar_Client::setOpt

(PECL yar >= 1.0.0) Set calling contexts public boolean Yar_Client::setOpt ( number $name, mixed $value ) Parameters: name it can be: YAR_OPT_PACKAGER, YAR_OPT_PERSISTENT (Need server support), YAR_OPT_TIMEOUT, YAR_OPT_CONNECT_TIMEOUT value it can be: YAR_OPT_PACKAGER, YAR_OPT_PERSISTENT (Need server support), YAR_OPT_TIMEOUT, YAR_OPT_

CairoContext::getDashCount

(PECL cairo >= 0.1.0) The getDashCount purpose public int CairoContext::getDashCount ( void ) Object oriented style (method): Procedural style: int cairo_get_dash_count ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

CairoContext::strokeExtents

(PECL cairo >= 0.1.0) The strokeExtents purpose public array CairoContext::strokeExtents ( void ) Object oriented style (method): Procedural style: array cairo_stroke_extents ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently no

CairoContext::pushGroup

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

FilterIterator::current

(PHP 5 >= 5.1.0, PHP 7) Get the current element value public mixed FilterIterator::current ( void ) Get the current element value. Returns: The current element value. This function is currently not documented; only its argument list is available. See also: FilterIte