コードをコピーします コードは次のとおりです:
class getValues {
public function inputValue($inputArray) {
$this->inputArray = $inputArray
}
public;関数 getValue($number ) {
$this->number = $number
for($i = 0; $i number; $i ++) {
$index = rand ( 0 , count ( $this ->inputArray ) - 1 - $i );
$getArray [$i] = $this->inputArray [$index];
unset ( $this->inputArray [$index] ) ;
for($ k = $index; $k inputArray ) - 1; $k ++) {
$this->inputArray [$k] = $this->inputArray [$k + 1 ];
}
}
//asort ( $getArray ); // 必要に応じて変更します
return $getArray;
$keywords = array(
「私たち」、
「あなた」、
「彼ら」
);
$getValue=new getValues();
$key = $getValue->getValue (1);// 配列
echo $key からランダムに要素を選択します
? >
http://www.bkjia.com/PHPjc/326147.html
www.bkjia.com
truehttp://www.bkjia.com/PHPjc/326147.html技術記事次のようにコードをコピーします。 ?php class getValues { public function inputValue($inputArray) { $this-inputArray = $inputArray; } public function getValue($number) { $this-number = $nu...