Compzone.Org :: Podręcznik PHP :: PDOStatement::getAttribute
Pytania w drugiej edycji Testu PHP powinny być:
Trudniejsze
Łatwiejsze
Skomplikowane
Na myślenie
Do liczenia
Sonda Wyniki

Add to Google

PDOStatement::getAttribute

(no version information, might be only in CVS)

PDOStatement::getAttribute --  Retrieve a statement attribute

Opis

mixed PDOStatement::getAttribute ( int attribute )

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

  • PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Get the name of cursor for UPDATE ... WHERE CURRENT OF.

Patrz także

PDO::getAttribute()
PDO::setAttribute()
PDOStatement::setAttribute()
Copyright © 2005-2006 Compzone.Org. Kopiowanie i wykorzystywanie materiałów zawartych na tej stronie bez zgody autora zabronione!