m_getcommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get the RAW comma delimited data returned from MCVE string m_getcommadelimited ( 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_initengine

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Ready the client for IP/SSL Communication int m_initengine ( string $location ) Parameters: location Returns: This function is currently not documented; only its argument list is available.

m_getcell

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a specific cell from a comma delimited response by column name string m_getcell ( resource $conn, int $identifier, string $column, int $row ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine().

m_initconn

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Create and initialize an MCVE_CONN structure resource m_initconn ( void ) Returns: Returns an MCVE_CONN resource. This function is currently not documented; only its argument list is available. See also: m_des

m_getcellbynum

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a specific cell from a comma delimited response by column number string m_getcellbynum ( resource $conn, int $identifier, int $column, int $row ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine().

m_destroyconn

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Destroy the connection and MCVE_CONN structure bool m_destroyconn ( resource $conn ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). Returns: Returns TRUE. This function is currently not documented; only its argument list is available

m_completeauthorizations

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Number of complete authorizations in queue, returning an array of their identifiers int m_completeauthorizations ( resource $conn, int &$array ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). array Its description Returns: What th

m_destroyengine

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Free memory associated with IP/SSL connectivity void m_destroyengine ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

m_connectionerror

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get a textual representation of why a connection failed string m_connectionerror ( 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_connect

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Establish the connection to MCVE int m_connect ( 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.