DB
[ class tree: DB ] [ index: DB ] [ all elements ]

File: droptable.inc

Source Location: /DB-1.7.12/tests/driver/droptable.inc

Classes:

Page Details:

Contains the function for dropping tables

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.


drop_table [line 31]

int drop_table( object $dbh, string $table)

Drops the requested table
  • Return: DB_OK on success. DB_Error object on failure.


Parameters

object   $dbh   the PEAR DB object currently in use
string   $table   the name of the table to be dropped
[ Top ]



Documentation generated on Fri, 29 Jun 2007 09:30:17 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.