Class multisql

Description

Located in /multisql.class.php (line 16)


	
			
Method Summary
multisql __construct (string $host, string $database, string $username, string $password, [string $type = 'mysql'], [mixed $port = ''])
void __destruct ()
int affected_rows ()
bool connected ()
string convertsql (string $query)
string error ()
string escape_string (string $string)
array fetch_array ([string $type = 'BOTH'])
array fetch_assoc ()
object fetch_object ()
array fetch_row ()
bool free_result ()
string getdbtype ()
resource getresultset ()
int num_rows ()
bool query (string $query, [bool $convert = true])
bool select_db (string $database)
void setresultset (resource $resultset)
Methods
Constructor __construct (line 447)
  • access: public
multisql __construct (string $host, string $database, string $username, string $password, [string $type = 'mysql'], [mixed $port = ''])
  • string $host
  • string $database
  • string $username
  • string $password
  • string $type
  • mixed $port
Destructor __destruct (line 477)
  • access: public
void __destruct ()
affected_rows (line 860)
  • access: public
int affected_rows ()
connected (line 709)
  • access: public
bool connected ()
convertsql (line 488)
  • access: public
string convertsql (string $query)
  • string $query
error (line 880)
  • access: public
string error ()
escape_string (line 850)
  • access: public
string escape_string (string $string)
  • string $string
fetch_array (line 819)
  • access: public
array fetch_array ([string $type = 'BOTH'])
  • string $type
fetch_assoc (line 798)
  • access: public
array fetch_assoc ()
fetch_object (line 829)
  • access: public
object fetch_object ()
fetch_row (line 808)
  • access: public
array fetch_row ()
free_result (line 870)
  • access: public
bool free_result ()
getdbtype (line 725)
  • access: public
string getdbtype ()
getresultset (line 734)
  • access: public
resource getresultset ()
num_rows (line 839)
  • access: public
int num_rows ()
query (line 766)
  • access: public
bool query (string $query, [bool $convert = true])
  • string $query
  • bool $convert
select_db (line 753)
  • access: public
bool select_db (string $database)
  • string $database
setresultset (line 743)
  • access: public
void setresultset (resource $resultset)
  • resource $resultset

Documentation generated on Sat, 07 Jun 2008 16:33:51 +0800 by phpDocumentor 1.4.1