fileatime

(PHP 4, PHP 5, PHP 7) Gets last access time of file int fileatime ( string $filename ) Gets the last access time of the given file. Parameters: filename Path to the file. Returns: Returns the time the file was last accessed, or FALSE on failure. The time is returned as a Unix timestamp. Exception: Upon failure, a

SolrInputDocument::getFieldNames

(PECL solr >= 0.9.2) Returns an array containing all the fields in the document public array SolrInputDocument::getFieldNames ( void ) Returns an array containing all the fields in the document. Returns: Returns an array on success and FALSE on failure.

kadm5_init_with_password

(PECL kadm5 >= 0.2.3) Opens a connection to the KADM5 library resource kadm5_init_with_password ( string $admin_server, string $realm, string $principal, string $password ) Opens a connection with the KADM5 library using the principal and the given password to obtain initial credentials from the admin_server. Parameters: admin_server The server.

DOMNode::getLineNo

(PHP 5 >= 5.3.0, PHP 7) Get line number for a node public int DOMNode::getLineNo ( void ) Gets line number for where the node is defined. Returns: Always returns the line number where the node was defined in. Examples: DOMNode::getLineNo() example <?php // XML dump for below example $xml = <<<XML <?xml v

pg_parameter_status

(PHP 5, PHP 7) Looks up a current parameter setting of the server. string pg_parameter_status ([ resource $connection ], string $param_name ) Looks up a current parameter setting of the server. Certain parameter values are reported by the server automatically at connection startup or whenever their values change. pg_parameter_status() can be used to interrogate these settings. It returns the current value of a parameter if

Imagick::trimImage

(PECL imagick 2.0.0) Remove edges from the image bool Imagick::trimImage ( float $fuzz ) Remove edges that are the background color from the image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: fuzz By default target must match a particular pixel color exactly. However, in many cases two colors may differ by

imap_reopen

(PHP 4, PHP 5, PHP 7) Reopen IMAP stream to new mailbox bool imap_reopen ( resource $imap_stream, string $mailbox [, int $options = 0 [, int $n_retries = 0 ]] ) Reopens the specified stream to a new mailbox on an IMAP or NNTP server. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open(

NumberFormatter::setAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Set an attribute public bool NumberFormatter::setAttribute ( int $attr, int $value ) Object oriented style Procedural style bool numfmt_set_attribute ( NumberFormatter $fmt , int $attr , int $value ) Set a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. Paramet

TokyoTyrant::tune

(PECL tokyo_tyrant >= 0.2.0) Tunes connection values public TokyoTyrant TokyoTyrant::tune ( float $timeout [, int $options = TokyoTyrant::RDBT_RECON ] ) Tunes database connection options. Parameters: timeout The objects timeout value (default: 5.0) options Bitmask of options to tune. This can be either 0 or TokyoTyrant::RDBT_RECON.

EventBase::priorityInit

(PECL event >= 1.2.6-beta) Sets number of priorities per event base public bool EventBase::priorityInit ( int $n_priorities ) Sets number of priorities per event base. Parameters: n_priorities The number of priorities per event base. Returns: Returns TRUE on success, otherwise FALSE.