PHP: Syntaxe d’utilisation de ‘parse_str()’

Author:


Download

 
<?php
// void parse_str(string string[, array variables])
 
$url = "fname=wj&amp;lname=gore&amp;to=43210;?de=%ef";
parse_str($url);
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


− 2 = four