예제 #1
0
 public static function noun($options = array())
 {
     $nouns = DummyData::getNouns();
     $noun = $nouns[rand(0, count($nouns) - 1)];
     return ucfirst($noun);
 }