if ($opts['width'] == 'fs' || $opts['height'] == 'fs' || $opts['ratio'] == 'fs') {
var_dump($opts); // result of this see bellow
}
var_dump($opts)
内部(!) if ステートメントの結果:
array(3) {
'width' => int(200)
'height' => int(0)
'ratio' => int(0)
}
これはどのように可能ですか?配列の値のどれも (攪拌) fs ではありませんか?