Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 456 Bytes

title.md

File metadata and controls

36 lines (23 loc) · 456 Bytes

HAPEL Core Method Reference


<title ...>

Description

Creates a <title> html tag.

title($text);

Parameters

Parameter Required Default
$text no null

Return Values

string

Example

Usage:

echo title('Hello World');

Result:

<title>Hello World</title>