openssl_open

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Open sealed data bool openssl_open ( string $sealed_data, string &$open_data, string $env_key, mixed $priv_key_id [, string $method ] ) openssl_open() opens (decrypts) sealed_data using the private key associated with the key identifier priv_key_id and the envelope key env_key, and fills open_data with the decrypted data. The envelope key is generated when the data are sealed and can onl

apache_lookup_uri

(PHP 4, PHP 5, PHP 7) Perform a partial request for the specified URI and return all info about it object apache_lookup_uri ( string $filename ) This performs a partial request for a URI. It goes just far enough to obtain all the important information about the given resource. This function is supported when PHP is installed as an Apache module or by the NSAPI server module in Netscape/iPlanet/SunONE webservers.

cairo_pattern_get_filter

(PECL cairo >= 0.1.0) Description int cairo_pattern_get_filter ( CairoSurfacePattern $pattern ) The function description goes here. Parameters: pattern Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

cairo_surface_flush

(PECL cairo >= 0.1.0) Description void cairo_surface_flush ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

ReflectionObject::export

(PHP 5, PHP 7) Export public static string ReflectionObject::export ( string $argument [, bool $return ] ) Exports a reflection. Parameters: argument The reflection to export. return Setting to TRUE will return the export, as opposed to emitting it. Setting to FALSE (the default) will do the opposite. Returns:

NumberFormatter::format

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Format a number public string NumberFormatter::format ( number $value [, int $type ] ) Object oriented style Procedural style string numfmt_format ( NumberFormatter $fmt , number $value [, int $type ] ) Format a numeric value according to the formatter rules. Parameters: fmt NumberFormatter object.

IntlCalendar::__construct

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Private constructor for disallowing instantiation private IntlCalendar::__construct ( void ) A private constructor for disallowing instantiation with the new operator. Call IntlCalendar::createInstance() instead. Returns: No value is returned.

fann_create_shortcut

(PECL fann >= 1.0.0) Creates a standard backpropagation neural network which is not fully connectected and has shortcut connections reference fann_create_shortcut ( int $num_layers, int $num_neurons1, int $num_neurons2 [, int $... ] ) Creates a standard backpropagation neural network, which is not fully connected and which also has shortcut connections. Shortcut connections are connections that skip layers. A fully con

session_status

(PHP >=5.4.0) Returns the current session status int session_status ( void ) session_status() is used to return the current session status. Returns: PHP_SESSION_DISABLED if sessions are disabled. PHP_SESSION_NONE if sessions are enabled, but none exists. PHP_SESSION_ACTIVE if sessions are enabled, and one exists. See also: session_start() -

imagegrabwindow

(PHP 5 >= 5.2.2, PHP 7) Captures a window resource imagegrabwindow ( int $window_handle [, int $client_area = 0 ] ) Grabs a window or its client area using a windows handle (HWND property in COM instance) Parameters: window_handle The HWND window ID. client_area Include the client area of the application window.