KTaglib_MPEG_File::getID3v1Tag

(0.0.1) Returns an object representing an ID3v1 tag public KTaglib_ID3v1_Tag KTaglib_MPEG_File::getID3v1Tag ([ bool $create = false ] ) Returns an object that represents an ID3v1 tag, which can be used to get information about the ID3v1 tag. Returns: Returns an KTaglib_MPEG_ID3v1Tag object or false if there is no ID3v1 tag.

radius_get_tagged_attr_tag

(PECL radius >= 1.3.0) Extracts the tag from a tagged attribute integer radius_get_tagged_attr_tag ( string $data ) If a tagged attribute has been returned from radius_get_attr(), radius_get_tagged_attr_data() will return the tag from the attribute. Parameters: data The tagged attribute to be decoded. Returns: Returns the tag from the tagged a

OCI-Lob::erase

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Erases a specified portion of the internal LOB data int OCI-Lob::erase ([ int $offset [, int $length ]] ) Erases a specified portion of the internal LOB data starting at a specified offset. If called without parameters, it erases all LOB data. For BLOBs, erasing means that the existing LOB value is overwritten with zero-bytes. For CLOBs, the existing LOB value is overwritten with space

Yaf_Route_Static::assemble

(Yaf >=2.3.0) Assemble a url public string Yaf_Route_Static::assemble ( array $info [, array $query ] ) Assemble a url. Parameters: info Assemble a url. query Assemble a url. Returns: Examples: Yaf_Route_Static::assemble() example <

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