コードをコピー コードは次のとおりです。
class getValues {
public function inputValue ($inputArray) {
$this->inputArray = $inputArray;
パブリック関数 getValue($number) {
$this->number = $number; ($i = 0 ; $i <$this->number; $i ) {
$index = rand ( 0, count ( $this->inputArray ) - 1 - $i ); $getArray [$i ] = $this->inputArray [$index];
unset ( $this->inputArray [$index] ); count ( $this->inputArray ) - 1; $k ) {
$this->inputArray [$k] = $this->inputArray [$k 1];
// asort ( $getArray ); // 小さいものから大きいものへ並べ替え、必要に応じて変更します
return $getArray
}
}
// テストコード
$keywords = array(
「私たち」、
「あなた」、
「彼ら」
);
$getValue=new getValues(); ($keywords);
$key = $getValue->getValue(1); // 配列から要素をランダムに抽出します
echo $key; >