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.

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.

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.

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:

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_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_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_transsend

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Finalize and send the transaction int m_transsend ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

m_transnew

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Start a new transaction int m_transnew ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: This function is currently not documented; only its argument list is available.

m_transkeyval

(PHP 5 >= 5.0.5, PHP 7, PECL mcve >= 1.0.0) Add key/value pair to a transaction. Replaces deprecated transparam() int m_transkeyval ( resource $conn, int $identifier, string $key, string $value ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine().