il_random_title()

Generate a random short title — useful for naming test records.

Syntax

il_random_title()

Parameters

None.

Returns

A short title string.

Example

record_create("projects", ["name" => il_random_title()]);

Example output

"Operation Silver Falcon"

Notes

  • For testing only.

See also: il_random_text()