====== dropSequence ====== ~~NOTOC~~ bool dropSequence ( optional string $sequenceName='adodbseq' } ===== Description ===== The function ''dropSequence()'' drops a previously created sequence. It returns true or false based on the success of the action ----------------------------------- ===== Usage ===== /** * Connection assumed */ $success = $db->dropSequence('my_sequence');