A series of characters that may contain newlines. Text tends to
indicate human-oriented text, as opposed to a machine format.
A series of case-insensitive characters that may contain newlines.
An array whose values are true, e.g. array('key'
=> true, 'key2' => true). You are alternatively permitted
to pass an array list of the keys array('key', 'key2')
or a comma-separated string of keys "key, key2". If
you pass an array list of values, ensure that your values are
strictly numerically indexed: array('key1', 2 =>
'key2') will not do what you expect and emits a warning.