/* $id author Puddled Internet - http://www.puddled.co.uk email support@puddled.co.uk osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ function tep_create_rma_value($length, $type = 'digits') { if ( ($type != 'mixed') && ($type != 'chars') && ($type != 'digits')) return false; $rand_value = ''; while (strlen($rand_value)<$length) { if ($type == 'digits') { $char = tep_rand(0,9); } else { $char = chr(tep_rand(0,255)); } if ($type == 'mixed') { if (preg_match('/^[a-z0-9]$/i', $char)) $rand_value .= $char; } elseif ($type == 'chars') { if (preg_match('/^[a-z]$/i', $char)) $rand_value .= $char; } else if ($type == 'digits') { if (preg_match('/^[0-9]$/i', $char)) $rand_value .= $char; } } return $rand_value; } ?>
The SB-5450 is a 4x2 S-Video/Composite Video and Stereo Audio matrix switcher designed to work as a switcher for multiple…
The SB-5430 is a (4) In (2) Out Composite Video or S-Video (Y/C)/Stereo Audio (R/L) selector routing switcher for multiple…
The SB-5440BNC is a compact Composite Video/BNC Distribution Amplifier which supports (1) input and (8) outputs with an IR remote…
The SB-5440RCA composite video switcher unit allows you to switch between (8) composite video inputs to (1) monitor with compatible…