This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function parse_str(str, array) { | |
// discuss at: http://phpjs.org/functions/parse_str/ | |
// original by: Cagri Ekin | |
// improved by: Michael White (http://getsprink.com) | |
// improved by: Jack | |
// improved by: Brett Zamir (http://brett-zamir.me) | |
// bugfixed by: Onno Marsman | |
// bugfixed by: Brett Zamir (http://brett-zamir.me) | |
// bugfixed by: stag019 | |
// bugfixed by: Brett Zamir (http://brett-zamir.me) |