RarEntry::getAttr

(PECL rar >= 0.1) Get attributes of the entry public int RarEntry::getAttr ( void ) Returns the OS-dependent attributes of the archive entry. Returns: Returns the attributes or FALSE on error. Examples: RarEntry::getAttr() example <?php $rar_file = rar_open('example.rar') or die("Can't open Rar archive"); $entry =

openssl_get_md_methods

(PHP 5 >= 5.3.0, PHP 7) Gets available digest methods array openssl_get_md_methods ([ bool $aliases = false ] ) Gets a list of available digest methods. Parameters: aliases Set to TRUE if digest aliases should be included within the returned array. Returns: An array of available digest methods.

ncurses_def_shell_mode

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Saves terminals (shell) mode bool ncurses_def_shell_mode ( void ) Saves the current terminal modes for shell (not in curses) for use by ncurses_reset_shell_mode(). Returns: Returns FALSE on success, TRUE otherwise. This function is EXPERIMENTAL. The behaviour of this function, its name, and surroun

NumberFormatter::parse

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Parse a number public mixed NumberFormatter::parse ( string $value [, int $type [, int &$position ]] ) Object oriented style Procedural style mixed numfmt_parse ( NumberFormatter $fmt , string $value [, int $type [, int &$position ]] ) Parse a string into a number using the current formatter rules. Parameters: fmt

MongoDate::toDateTime

(PECL mongo >= 1.6.0; PHP > 5.3.4) Returns a DateTime object representing this date public DateTime MongoDate::toDateTime ( void ) Returns a DateTime object representation of this date. Returns: This date as a DateTime object. Examples: MongoDate::toDateTime() example This example demonstrates creating a DateTime obje

simplexml_import_dom

(PHP 5, PHP 7) Get a SimpleXMLElement object from a DOM node. SimpleXMLElement simplexml_import_dom ( DOMNode $node [, string $class_name = "SimpleXMLElement" ] ) This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element. Parameters: node A DOM Element node class_

SphinxClient::addQuery

(PECL sphinx >= 0.1.0) Add query to multi-query batch public int SphinxClient::addQuery ( string $query [, string $index = "*" [, string $comment = "" ]] ) Adds query with the current settings to multi-query batch. This method doesn't affect current settings (sorting, filtering, grouping etc.) in any way. Parameters: query Query string. index

GearmanClient::doBackground

(PECL gearman >= 0.5.0) Run a task in the background public string GearmanClient::doBackground ( string $function_name, string $workload [, string $unique ] ) Runs a task in the background, returning a job handle which can be used to get the status of the running task. Parameters: function_name A registered function the worker is to execute workl

Imagick::getImageRenderingIntent

(PECL imagick 2.0.0) Gets the image rendering intent int Imagick::getImageRenderingIntent ( void ) Gets the image rendering intent. Returns: Returns the image rendering intent. Exception: Throws ImagickException on error.

newt_form_destroy

(PECL newt >= 0.1) Destroys a form void newt_form_destroy ( resource $form ) This function frees the memory resources used by the form and all of the components which have been added to the form (including those components which are on subforms). Once a form has been destroyed, none of the form's components can be used. Parameters: form Form component, which is going