Показать выпадающий список

Test of urldecode() Эта страница доступна только на английском языке.

Example #1 : test success
Example #1
$input = 'my=apples&are=green+and+red'
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'my=apples&are=green and red',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]