SproutCMS

This is the code documentation for the SproutCMS project

function plural()

Makes a singular word plural.

Usage

string Inflector::plural ( string $str [, mixed $count ] );

Arguments

  1. string $str
    word to pluralize
  2. $count = NULL

Return value

  • string