Eloquent\Phony\Reflection\FeatureDetector::uniqueSymbolName PHP 메소드

uniqueSymbolName() 공개 메소드

Returns a symbol name that is unique for this process execution.
public uniqueSymbolName ( ) : string
리턴 string The symbol name.
    public function uniqueSymbolName()
    {
        return sprintf('_FD_symbol_%s', md5(uniqid()));
    }