コード例 #1
0
ファイル: XArray.php プロジェクト: bdusell/jitsu-wrap
 public static function fill($value, $n)
 {
     return new self(a::fill($value, $n));
 }