Formats the specified errors
public static format ( array $errors, string $format = '#%1$d: %2$s (near "%4$s" at position %5$d)' ) : array | ||
$errors | array | The errors to be formatted. |
$format | string | The format of an error. '$1$d' is replaced by the position of this error. '$2$s' is replaced by the error message. '$3$d' is replaced by the error code. '$4$s' is replaced by the string that caused the issue. '$5$d' is replaced by the position of the string. |
Результат | array |