mysql_xdevapi\Session
PHP Manual

Session::dropSchema

(No version information available, might only be in Git)

Session::dropSchemaDrop a schema

Description

public bool mysql_xdevapi\Session::dropSchema ( string $schema_name )

Warning

This function is currently not documented; only its argument list is available.

Parameters

schema_name

Name of the schema to drop.

Return Values

Examples

Example #1 mysql_xdevapi\Session::dropSchema() example

<?php

/* ... */

?>

mysql_xdevapi\Session
PHP Manual