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.

m_validateidentifier

(PHP 5 >= 5.0.5, PHP 7, PECL mcve >= 1.0.0) Whether or not to validate the passed identifier on any transaction it is passed to int m_validateidentifier ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

m_verifyconnection

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set whether or not to PING upon connect to verify connection bool m_verifyconnection ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

m_verifysslcert

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set whether or not to verify the server ssl certificate bool m_verifysslcert ( resource $conn, int $tf ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). tf An MCVE_CONN resource returned by m_initengine(). Returns:

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.

calculhmac

(PECL spplus >= 1.0.0) Obtain a hmac key (needs 2 arguments) string calculhmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

nthmac

(PECL spplus >= 1.0.0) Obtain a nthmac key (needs 2 arguments) string nthmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

signeurlpaiement

(PECL spplus >= 1.0.0) Obtain the payment url (needs 2 arguments) string nthmac ( string $clent, string $data ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

crack_check

(PECL crack >= 0.1) Performs an obscure check with the given password bool crack_check ( resource $dictionary, string $password ) bool crack_check ( string $password , string $username = "" , string $gecos = "" , resource $dictionary = NULL ) Performs an obscure check with the given password on the specified dictionary. The alternative signature also takes into account the username and the GECOS information.

crack_closedict

(PECL crack >= 0.1) Closes an open CrackLib dictionary bool crack_closedict ([ resource $dictionary ] ) crack_closedict() closes the specified dictionary identifier. Parameters: dictionary The dictionary to close. If not specified, the current dictionary is closed. Returns: Returns TRUE on success or FALSE on failure.