ensureLeft

Ensures that the string begins with $substring.

Description

static ensureLeft(string $substring)

Parameters

  • string $substring
    The substring to add if not present.

Return Value

static
The string prefixed by the $substring.