openssl_pkey_get_details

(PHP 5 >= 5.2.0, PHP 7) Returns an array with the key details array openssl_pkey_get_details ( resource $key ) This function returns the key details (bits, key, type). Parameters: key Resource holding the key. Returns: Returns an array with the key details in success or FALSE in failure. Returned array has indexes bits (number of bits), key (s

radius_server_secret

(PECL radius >= 1.1.0) Returns the shared secret string radius_server_secret ( resource $radius_handle ) The shared secret is needed as salt for demangling mangled data like passwords and encryption-keys. Returns: Returns the server's shared secret as string, or FALSE on error.

stats_dens_t

(PECL stats >= 1.0.0) Not documented float stats_dens_t ( float $x, float $dfr ) Parameters: x dfr Returns: This function is currently not documented; only its argument list is available.

idn_to_ascii

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1) Convert domain name to IDNA ASCII form. string idn_to_ascii ( string $domain [, int $options = 0 [, int $variant = INTL_IDNA_VARIANT_2003 [, array &$idna_info ]]] ) Procedural style This function converts Unicode domain name to IDNA ASCII-compatible format. Parameters: domain Domain to conv

m_uwait

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Wait x microsecs int m_uwait ( int $microsecs ) Parameters: microsecs Returns: This function is currently not documented; only its argument list is available.

PDF_set_info_keywords

(PHP 4, PECL pdflib >= 1.0.0) Fill the keywords document info field [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_info() instead.

fbsql_rows_fetched

(PHP 5, PHP 7 >= 5.1.0) Get the number of rows affected by the last statement int fbsql_rows_fetched ( resource $result ) Gets the number of rows affected by the last statement. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). Returns: Returns the number of rows, as an integer.

ps_shading

(PECL ps >= 1.3.0) Creates a shading for later use int ps_shading ( resource $psdoc, string $type, float $x0, float $y0, float $x1, float $y1, float $c1, float $c2, float $c3, float $c4, string $optlist ) Creates a shading, which can be used by ps_shfill() or ps_shading_pattern(). The color of the shading can be in any color space except for pattern. Parameters: psdoc

m_setdropfile

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set the connection method to Drop-File int m_setdropfile ( resource $conn, string $directory ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). directory An MCVE_CONN resource returned by m_initengine(). Returns:

fbsql_get_autostart_info

(PHP 4 >= 4.0.7, PHP 5, PHP 7) array fbsql_get_autostart_info ([ resource $link_identifier ] ) Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with n