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

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

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

gzeof

(PHP 4, PHP 5, PHP 7) Test for EOF on a gz-file pointer int gzeof ( resource $zp ) Tests the given GZ file pointer for EOF. Parameters: zp The gz-file pointer. It must be valid, and must point to a file successfully opened by gzopen(). Returns: Returns TRUE if the gz-file pointer is at EOF or an error occurs; otherwise returns FALSE.

imap_headers

(PHP 4, PHP 5, PHP 7) Returns headers for all messages in a mailbox array imap_headers ( resource $imap_stream ) Returns headers for all messages in a mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). Returns: Returns an array of string formatted with header info. One element per mail message.

CairoPsSurface::setSize

(PECL cairo >= 0.1.0) The setSize purpose public void CairoPsSurface::setSize ( string $width, string $height ) The method description goes here. Parameters: width Description... height Description... Returns: Description... This function is currently not documented; onl

px_numrecords

(PECL paradox >= 1.0.0) Returns number of records in a database int px_numrecords ( resource $pxdoc ) Get the number of records in a database file. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new(). Returns: Returns the number of records in a database file. The return value of this function is identical to t

MongoDB::selectCollection

(PECL mongo >=0.9.0) Gets a collection public MongoCollection MongoDB::selectCollection ( string $name ) Parameters: name The collection name. Returns: Returns a new collection object. Exception: Throws Exception if the collection name is invalid.