Previous Page
escape()

Solar_Markdown
getLink()

Next Page
getLinks()

getLink()

public bool|array getLink ( string $name )

Returns the href and title of a named link reference.

Parameters

  • (string) $name: The link reference name.

Returns

  • (bool|array) If the link reference exists, returns an array with keys 'href' and 'title'. If not, returns false.

Description

Returns the href and title of a named link reference.