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

fbsql_num_fields

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get number of fields in result int fbsql_num_fields ( resource $result ) Returns the number of fields in the given result set. Parameters: result A result identifier returned by fbsql_query() or fbsql_db_query(). Returns: Returns the number of fields, as an integer.

Stomp::__destruct

(PECL stomp >= 0.1.0) Closes stomp connection public bool Stomp::__destruct ( void ) Object oriented style (destructor): Procedural style: bool stomp_close ( resource $link ) Closes a previously opened connection. Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect(). Returns: Returns TRUE on success or F

openssl_pkcs7_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Decrypts an S/MIME encrypted message bool openssl_pkcs7_decrypt ( string $infilename, string $outfilename, mixed $recipcert [, mixed $recipkey ] ) Decrypts the S/MIME encrypted message contained in the file specified by infilename using the certificate and its associated private key specified by recipcert and recipkey. Parameters: infilename

SNMP::get

(PHP 5 >= 5.4.0, PHP 7) Fetch an SNMP object public mixed SNMP::get ( mixed $object_id [, bool $preserve_keys = false ] ) Fetch an SNMP object specified in object_id using GET query. Parameters: object_id The SNMP object (OID) or objects preserve_keys When object_id is a array and preserve_keys set to TRUE keys in results will be ta

newt_form_set_width

(PECL newt >= 0.1) void newt_form_set_width ( resource $form, int $width ) Parameters: form width Returns: No value is returned. This function is currently not documented; only its argument list is available.

sqlite_fetch_object

(PHP 5 < 5.4.0) Fetches the next row from a result set as an object object sqlite_fetch_object ( resource $result [, string $class_name [, array $ctor_params [, bool $decode_binary = true ]]] ) Object oriented style (method): object SQLiteResult::fetchObject ([ string $class_name [, array $ctor_params [, bool $decode_binary = true ]]] ) object SQLiteUnbuffered::fetchObject ([ string $class_name [, array $ctor_params [,

IntlChar::isspace

(PHP 7) Check if code point is a space character public static bool IntlChar::isspace ( mixed $codepoint ) Determines if the specified character is a space character or not. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") Returns: Returns TRUE if codepo

APCUIterator::getTotalSize

(PECL apcu >= 5.0.0) Get total cache size public int APCUIterator::getTotalSize ( void ) Gets the total cache size. Returns: The total cache size. This function is currently not documented; only its argument list is available. See also: APCUIterator::getTotalCount()

dbplus_rchperm

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Change relation permissions int dbplus_rchperm ( resource $relation, int $mask, string $user, string $group ) Changes access permissions as specified by mask, user and group. The values for these are operating system specific. Parameters: relation A relation opened by dbplus_open(). mask A rela