Checks whether a bookmark with the given name exists.
Parameters
$bookmark_name
stringrequired- Name to identify a bookmark that potentially exists.
Source
$comparable_class_name = $is_quirks ? strtolower( $name ) : $name;
$at += $name_length;
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.