maxdb_fetch_assoc

(PECL maxdb >= 1.0) Fetch a result row as an associative array array maxdb_fetch_assoc ( resource $result ) Procedural style Object oriented style array maxdb_result::fetch_assoc ( void ) Returns an associative array that corresponds to the fetched row or NULL if there are no more rows. The maxdb_fetch_assoc() function is used to return an associative array representing the next row in the result set for the result rep

MongoDBRef::isRef

(PECL mongo >= 0.9.0) Checks if an array is a database reference public static bool MongoDBRef::isRef ( mixed $ref ) This method does not actually follow the reference, so it does not determine if it is broken or not. It merely checks that ref is in valid database reference format (in that it is an object or array with $ref and $id fields). Parameters: ref Array or obj

XMLWriter::startPI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start PI tag bool XMLWriter::startPI ( string $target ) Object oriented style Procedural style bool xmlwriter_start_pi ( resource $xmlwriter , string $target ) Starts a processing instruction tag. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes

Phar::mount

(PHP >= 5.3.0, PECL phar >= 2.0.0) Mount an external path or file to a virtual location within the phar archive final public static void Phar::mount ( string $pharpath, string $externalpath ) Much like the unix file system concept of mounting external devices to paths within the directory tree, Phar::mount() allows referring to external files and directories as if they were inside of an archive. This allows powerful a

HaruPage::setLineCap

(PECL haru >= 0.0.1) Set the shape to be used at the ends of lines bool HaruPage::setLineCap ( int $cap ) Defines the shape to be used at the ends of lines. Parameters: cap Must be one of the following values: HaruPage::BUTT_END - the line is squared off at the endpoint of the path. HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the e

trader_cdladvanceblock

(PECL trader >= 0.2.0) Advance Block array trader_cdladvanceblock ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

ingres_autocommit_state

(PECL ingres >= 2.0.0) Test if the connection is using autocommit bool ingres_autocommit_state ( resource $link ) ingres_autocommit_state() is called to determine whether the current link has autocommit enabled or not. Parameters: link The connection link identifier Returns: Returns TRUE if autocommit is enabled or FALSE when autocommit is dis

iconv

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Convert string to requested character encoding string iconv ( string $in_charset, string $out_charset, string $str ) Performs a character set conversion on the string str from in_charset to out_charset. Parameters: in_charset The input charset. out_charset The output charset. If you append the string

filectime

(PHP 4, PHP 5, PHP 7) Gets inode change time of file int filectime ( string $filename ) Gets the inode change time of a file. Parameters: filename Path to the file. Returns: Returns the time the file was last changed, or FALSE on failure. The time is returned as a Unix timestamp. Exception: Upon failure, an E_WAR

iconv_set_encoding

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Set current setting for character encoding conversion bool iconv_set_encoding ( string $type, string $charset ) Changes the value of the internal configuration variable specified by type to charset. Parameters: type The value of type can be any one of these: input_encoding output_encoding internal_encoding charset