Faker Word Adjective
The faker::word_adjective
function generates a random adjective.
Syntax
faker::word_adjective()
Parameters
- None: This function does not require any parameters.
Returns
- String: A random adjective.
Example
faker::word_adjective()
This function is useful for generating descriptive test data or simulating user input with modifiers.