fork download
  1. <?php
  2.  
  3. // your code goes here
  4. var_dump(urlencode("ala ma kota"));
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
string(11) "ala+ma+kota"