|
PDOStatement::getAttributeRetrieve a statement attribute Description
public mixed PDOStatement::getAttribute(int
$name )Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific:
Parameters
Return ValuesReturns the attribute value. See Also
|