$this->uniqueid = $this->generateId(); $this->boundary[1] = 'b1_' . $this->uniqueid; $this->boundary[2] = 'b2_' . $this->uniqueid; $this->boundary[3] = 'b3_' . $this->uniqueid; #### return md5(uniqid(time())); #### alex@wiki pts/0 13:42:00 /home/alex>php -r "echo time();" 1493898120 #### PHP 5.6.30 (cli) (built: Feb 8 2017 21:28:32) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies