PDOpecl::PDO |
[ AdvancedSearch | AreaMap ]
|
| Welcome | Installation | FAQ | User Notes | Links |
| User Notes | bindParam | DSN | exec | API differences | fetchCol | setAttribute | API |
|
Areas In PDO |
APIPDObool PDO::beginTransaction ( void ) bool PDO::commit ( void ) PDO PDO::__construct ( string dsn [, string username [, string password [, array driver_options]]] ) int PDO::errorCode ( void ) array PDO::errorInfo ( void ) long PDO::exec ( string statement ) mixed PDO::getAttribute ( long attribute ) string PDO::lastInsertId ( [string name] ) PDOStatement PDO::prepare ( string statement [, array driver_options] ) object PDO::query ( string statement ) string PDO::quote ( string string [, int parameter_type] ) bool PDO::rollBack ( void ) bool PDO::setAttribute ( int attribute, mixed value ) PDOStatementbool PDOStatement::bindColumn ( mixed column, mixed ¶m [, int type [, int maxlen [, mixed driver_options]]] ) bool PDOStatement::bindParam ( mixed parameter, mixed &variable [, int data_type [, int length]] ) int PDOStatement::columnCount ( void ) int PDOStatement::errorCode ( void ) array PDOStatement::errorInfo ( void ) bool PDOStatement::execute ( [array input_parameters] ) mixed PDOStatement::fetch ( [int fetch_style [, int cursor_orientation [, int cursor_offset]]] ) array PDOStatement::fetchAll ( [int fetch_style] ) string PDOStatement::fetchSingle ( void ) mixed PDOStatement::getAttribute ( long attribute ) mixed PDOStatement::getColumnMeta ( int column ) int PDOStatement::rowCount ( void ) bool PDOStatement::setAttribute ( long attribute, mixed value ) bool PDOStatement::setFetchMode ( int mode )
This site powered by YaWiki 0.22 beta.
Add A CommentYour comment will be added immediately; please check your comments, and be nice. :-) Please use plain text only; HTML and PHP code will be converted to entities. Your email address will be obfuscated with [AT] and [DOT] after you post your comment. |