iconv_substr

(PHP 5, PHP 7) Cut out part of a string string iconv_substr ( string $str, int $offset [, int $length = iconv_strlen($str, $charset) [, string $charset = ini_get("iconv.internal_encoding") ]] ) Cuts a portion of str specified by the offset and length parameters. Parameters: str The original string. offset If offset is non-negative, ic

SWFShape::setLeftFill

(PHP 5 <= 5.3.0, PECL ming SVN) Sets left rasterizing color void SWFShape::setLeftFill ( SWFGradient $fill ) void setLeftFill ( int $red , int $green , int $blue [, int $a ] ) What this nonsense is about is, every edge segment borders at most two fills. When rasterizing the object, it's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified. swfshape::setleftfill() se

Memcached::append

(PECL memcached >= 0.1.0) Append data to an existing item public bool Memcached::append ( string $key, string $value ) Memcached::append() appends the given value string to the value of an existing item. The reason that value is forced to be a string is that appending mixed types is not well-defined. Note: If the Memcached::OPT_COMPRESSION is enabled, the operation will fail and a warning will be issued, because appen

PharFileInfo::getCompressedSize

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns the actual size of the file (with compression) inside the Phar archive public int PharFileInfo::getCompressedSize ( void ) This returns the size of the file within the Phar archive. Uncompressed files will return the same value for getCompressedSize as they will with filesize() Returns: The size in bytes of the file within the Phar archive on disk.

eio_fsync

(PECL eio >= 0.0.1dev) Synchronize a file's in-core state with storage device resource eio_fsync ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Synchronize a file's in-core state with storage device Parameters: fd Stream, Socket resource, or numeric file descriptor. pri The reques

QuickHashStringIntHash::loadFromString

(No version information available, might only be in Git) This factory method creates a hash from a string public static QuickHashStringIntHash QuickHashStringIntHash::loadFromString ( string $contents [, int $size = 0 [, int $options = 0 ]] ) This factory method creates a new hash from a definition in a string. The format is the same as the one used in "loadFromFile". Parameters: co

EventBufferEvent::getOutput

(PECL event >= 1.2.6-beta) Returns underlying output buffer associated with current buffer event public EventBuffer EventBufferEvent::getOutput ( void ) Returns underlying output buffer associated with current buffer event. An output buffer is a storage for data to be written. Note, there is also output property of EventBufferEvent class. Returns: Returns instance of EventBuffer output buff

maxdb_error

(PECL maxdb >= 1.0) Returns a string description of the last error string maxdb_error ( resource $link ) Procedural style Object oriented style string $maxdb->error; The maxdb_error() function is identical to the corresponding maxdb_errno() function in every way, except instead of returning an integer error code the maxdb_error() function will return a string representation of the last error to occur for the database

m_validateidentifier

(PHP 5 >= 5.0.5, PHP 7, PECL mcve >= 1.0.0) Whether or not to validate the passed identifier on any transaction it is passed to int m_validateidentifier ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

ibase_query

(PHP 5, PHP 7) Execute a query on an InterBase database resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] ) Performs a query on an InterBase database. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. query An InterBase query.