Class: DB_row
Source Location: /DB-1.9.2/DB.php
PEAR DB Row Object
Author(s):
Version:
Copyright:
Inherited Variables
Inherited Methods
Class Details
[line 1474]
PEAR DB Row Object
The object contains a row of data from a result set. Each column's data is placed in a property named for the column.
Method Detail
__construct (Constructor) [line 1485]
void __construct(
array
&$arr)
The constructor places a row's data into properties of this object
Parameters:
array
&$arr
—
the array containing the row's data
Documentation generated on 2019年3月11日 16:04:19 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.