|
Schema::dropCollectionDrop collection from schema Description
public bool mysql_xdevapi\Schema::dropCollection(string
$collection_name )
Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
ExamplesExample #1 mysql_xdevapi\Schema::dropCollection example
The above example will output something similar to: Array ( [fruit] => mysql_xdevapi\Table Object ( [name] => fruit ) ) Array ( [buildings] => mysql_xdevapi\Collection Object ( [name] => buildings ) ) |