calcul_hmac

(PECL spplus >= 1.0.0) Obtain a hmac key (needs 8 arguments) string calcul_hmac ( string $clent, string $siretcode, string $price, string $reference, string $validity, string $taxation, string $devise, string $language ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

key

(PHP 4, PHP 5, PHP 7) Fetch a key from an array mixed key ( array &$array ) key() returns the index element of the current array position. Parameters: array The array. Returns: The key() function simply returns the key of the array element that's currently being pointed to by the internal pointer. It does not move the pointer in any way. If t

pg_prepare

(PHP 5 >= 5.1.0, PHP 7) Submits a request to create a prepared statement with the given parameters, and waits for completion. resource pg_prepare ([ resource $connection ], string $stmtname, string $query ) pg_prepare() creates a prepared statement for later execution with pg_execute() or pg_send_execute(). This feature allows commands that will be used repeatedly to be parsed and planned just once, rather than each time

cubrid_put

(PECL CUBRID >= 8.3.0) Update a column using OID int cubrid_put ( resource $conn_identifier, string $oid [, string $attr ], mixed $value ) The cubrid_put() function is used to update an attribute of the instance of the given oid. You can update single attribute by using string data type to set attr. In such case, you can use integer, floating point or string type data for the value argument. To update multiple number of

ftp_nlist

(PHP 4, PHP 5, PHP 7) Returns a list of files in the given directory array ftp_nlist ( resource $ftp_stream, string $directory ) Parameters: ftp_stream The link identifier of the FTP connection. directory The directory to be listed. This parameter can also include arguments, eg. ftp_nlist($conn_id, "-la /your/dir"); Note that this paramet

mb_ereg_replace

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Replace regular expression with multibyte support string mb_ereg_replace ( string $pattern, string $replacement, string $string [, string $option = "msr" ] ) Scans string for matches to pattern, then replaces the matched text with replacement Parameters: pattern The regular expression pattern. Multibyte characters may be used in patter

kadm5_modify_principal

(PECL kadm5 >= 0.2.3) Modifies a kerberos principal with the given parameters bool kadm5_modify_principal ( resource $handle, string $principal, array $options ) Modifies a principal according to the given options. Parameters: handle A KADM5 handle. principal The principal. options It is possible t

imap_setflag_full

(PHP 4, PHP 5, PHP 7) Sets flags on messages bool imap_setflag_full ( resource $imap_stream, string $sequence, string $flag [, int $options = NIL ] ) Causes a store to add the specified flag to the flags set for the messages in the specified sequence. Parameters: imap_stream An IMAP stream returned by imap_open(). sequence A sequence of

HaruPage::getDash

(PECL haru >= 0.0.1) Get the current dash pattern array HaruPage::getDash ( void ) Get the current dash pattern. See HaruPage::setDash() for more information on dash patterns. Returns: Returns the current dash pattern as an array of two elements - "pattern" and "phase" or FALSE if dash pattern was not set. Exception: Throws a HaruException on error.

gnupg_adddecryptkey

(PECL gnupg >= 0.5) Add a key for decryption bool gnupg_adddecryptkey ( resource $identifier, string $fingerprint, string $passphrase ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. passphrase The pass phrase. Retur