PDOStatement->getAttribute()

(no version information, might be only in CVS)

PDOStatement->getAttribute() --  文の属性を取得する

説明

class PDOStatement {

mixed getAttribute ( int attribute )

}

文の属性を取得します。現時点で共通の属性は存在しませんが、 ドライバ固有の属性のみ存在します。

返り値

属性の値を返します。

参考

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