php 获取高精度时间戳(纳秒)作为唯一id
获取系统的高精度时间,还是有点点限制的!
hrtime(true);
如下:
128817029472663
128817029474711
128817029476773
128817029478813
128817029480874
获取系统的高精度时间,还是有点点限制的!
hrtime(true);
如下:
128817029472663
128817029474711
128817029476773
128817029478813
128817029480874
$ which php
$ vim ~/.bash_profile
$ export PATH=/Applications/MAMP/bin/php/php7.2.7/bin:$PATH
$ #/Applications/MAMP/bin/php/php7.2.7/bin是我的php版本路径
$ source ~/.bash_profile
$ php -v
1、vim ~/.zshrc
2、source~/.bash_profile