Skip to content

Conversation

@AgentShark
Copy link

Your concatenation makes the additional prefix passed produce invalid queries.
From PHP Doc: string uniqid ([ string $prefix = "" [, bool $more_entropy = false ]] )

Desired: myParam5325b6e8ab205
Got: myParammyParam5325b6e8ab205

Your concatenation makes the additional prefix passed produce invalid queries.
From PHP Doc: string uniqid ([ string $prefix = "" [, bool $more_entropy = false ]] )

Desired: myParam5325b6e8ab205
Got:     myParammyParam5325b6e8ab205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant