This page redirects to an external site: https://developer.wordpress.org/reference/functions/wp_parse_str/
Parses a string into variables to be stored in an array. Uses parse_str().
Uses stripslashes() if magic_quotes_gpc is on.
<code style="color: #000000"><span style="color: #0000BB"><?php wp_parse_str</span><span style="color: #007700">( </span><span style="color: #0000BB">$string</span><span style="color: #007700">, </span><span style="color: #0000BB">$array </span><span style="color: #007700">); </span><span style="color: #0000BB">?></span></code>
Since: 2.2.1
wp_parse_str() is located in wp-includes/formatting.php