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.
Ensures that the string begins with $substring.
static ensureLeft(string $substring)
static
The string prefixed by the $substring.