PDOStatement::getAttribute
(no version information, might be only in CVS)
PDOStatement::getAttribute --
文の属性を取得する
説明
mixed
PDOStatement::getAttribute ( int attribute )
文の属性を取得します。現時点で共通の属性は存在しませんが、
ドライバ固有の属性のみ存在します。
参考
PDO::getAttribute() |
PDO::setAttribute() |
PDOStatement::setAttribute() |