PDOStatement->setAttribute()

(no version information, might be only in CVS)

PDOStatement->setAttribute() --  文の属性を設定する

説明

class PDOStatement {

bool setAttribute ( int attribute, mixed value )

}

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

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

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