Eloquent\Phony\Reflection\FeatureDetector::uniqueSymbolName PHP Method

uniqueSymbolName() public method

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