PDOStatement->getAttribute()

(no version information, might be only in CVS)

PDOStatement->getAttribute() --  Retrieve a statement attribute

说明

class PDOStatement {

mixed getAttribute ( int attribute )

}

Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific:

返回值

Returns the attribute value.

参见

PDO->getAttribute()
PDO->setAttribute()
PDOStatement->setAttribute()