mysql_xdevapi\Session
PHP Manual

Session::dropSchema

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

Session::dropSchemaDrop a schema

说明

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

Warning

本函数还未编写文档,仅有参数列表。

参数

schema_name

Name of the schema to drop.

返回值

范例

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

<?php

/* ... */

?>

mysql_xdevapi\Session
PHP Manual