<?php function keyOlustur(){ return strtoupper(implode('',range('a','l'))); } echo $key = implode('-',str_split(keyOlustur(12),4));