Pluralizer (Support)

Pluralizer

class Pluralizer (View source)

Properties

static array $uncountable Uncountable word forms.

Methods

static string plural(string $value, int $count = 2)

Get the plural form of an English word.

static string singular(string $value)

Get the singular form of an English word.

Details

static string plural(string $value, int $count = 2)

Get the plural form of an English word.

Parameters

string $value
int $count

Return Value

string

static string singular(string $value)

Get the singular form of an English word.

Parameters

string $value

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Support/Pluralizer.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部