LoginSignup
4
4

More than 5 years have passed since last update.

shell上でパーセントエンコーディングする

Last updated at Posted at 2014-09-10

php使うんですけどね

$ alias urlencode="php -r 'echo urlencode(\$argv[1]) . PHP_EOL;'"
$ urlencode 'http://qiita.com'
http%3A%2F%2Fqiita.com
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4