CairoContext::stroke

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

CairoSurfacePattern::getSurface

(PECL cairo >= 0.1.0) The getSurface purpose public void CairoSurfacePattern::getSurface ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurfacePattern::getSurface() example

log1p

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero float log1p ( float $number ) log1p() returns log(1 + number) computed in a way that is accurate even when the value of number is close to zero. log() might only return log(1) in this case due to lack of precision. Parameters: number

ZMQSocket::isPersistent

(PECL zmq >= 0.5.0) Whether the socket is persistent public boolean ZMQSocket::isPersistent ( void ) Check whether the socket is persistent. Returns: Returns a boolean based on whether the socket is persistent or not.

ImagickDraw::getFontStretch

(No version information available, might only be in Git) Description public int ImagickDraw::getFontStretch ( void ) Gets the font stretch to use when annotating with text. Returns a StretchType. Returns:

APCUIterator::__construct

(PECL apcu >= 5.0.0) Constructs an APCUIterator iterator object public APCUIterator::__construct ([ mixed $search = null [, int $format = APC_ITER_ALL [, int $chunk_size = 100 [, int $list = APC_LIST_ACTIVE ]]]] ) Constructs an APCUIterator object. Parameters: cache The cache type, which will be user or file. search A PCRE regula

Gmagick::getfilename

(PECL gmagick >= Unknown) The filename associated with an image sequence public string Gmagick::getfilename ( void ) Returns the filename associated with an image sequence. Returns: Returns a string on success. Exception: Throws an GmagickException on error.

ncurses_addstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Output text at current position int ncurses_addstr ( string $text ) Parameters: text This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be us

SWFFill::moveTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves fill origin void SWFFill::moveTo ( float $x, float $y ) Moves the fill origin to the given global coordinates. Parameters: x X-coordinate y Y-coordinate Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of t

ZMQSocket::getSocketType

(PECL zmq >= 0.5.0) Get the socket type public integer ZMQSocket::getSocketType ( void ) Gets the socket type. Returns: Returns an integer representing the socket type. The integer can be compared against ZMQ::SOCKET_* constants.