Example #1
0
 /**
  * Returns an array of bytes
  *
  * @param int $count
  * @return int[]
  */
 public static function createBytes($count)
 {
     return Binary::unpackBytes(self::createString($count));
 }