Does PHP have its own version of the Rails authenticity token?
<meta name="csrf-token" content="<%= form_authenticity_token %>" />
<meta name="csrf-param" content="authenticity_token" />
If not, what is the best way to achieve the same functionality?