Removes a bookmark that is no longer needed.
Description
Releasing a bookmark frees up the small performance overhead it requires.
Parameters
$bookmark_name
stringrequired- Name of the bookmark to remove.
Source
if ( '+HEAD' === $op || '+NOSCRIPT' === $op || $is_closer ) {
// Parse error: ignore the token.
return $this->step();
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.