(새 문서: ==개요== ;PHP urlencode() <source lang='PHP'> echo urlencode('개요'); # %EA%B0%9C%EC%9A%94 echo urlencode('hello 123 http://zetawiki.com 한글'); # hello+123+http%3A%2F%2Fzetawik...) |
|||
9번째 줄: | 9번째 줄: | ||
==같이 보기== | ==같이 보기== | ||
* [[PHP urldecode()]] | * [[PHP urldecode()]] - URL-인코딩된 문자열을 디코딩 | ||
* [[PHP htmlentities()]] - 적용가능한 문자들을 HTML 엔티티로 변환 | |||
* [[PHP rawurlencode()]] - RFC 3986에 따른 URL 인코딩 | |||
* [[PHP rawurldecode()]] - URL-인코딩된 문자열을 디코딩 | |||
* [[함수 urldecode()]] | |||
==참고== | ==참고== | ||
* RFC 3986 | |||
* https://www.php.net/manual/en/function.urlencode.php | * https://www.php.net/manual/en/function.urlencode.php | ||
[[category: PHP]] | [[category: PHP]] |
2019년 11월 25일 (월) 23:33 판
1 개요
- PHP urlencode()
PHP
Copy
echo urlencode('개요');
# %EA%B0%9C%EC%9A%94
echo urlencode('hello 123 http://zetawiki.com 한글');
# hello+123+http%3A%2F%2Fzetawiki.com+%ED%95%9C%EA%B8%80
2 같이 보기
- PHP urldecode() - URL-인코딩된 문자열을 디코딩
- PHP htmlentities() - 적용가능한 문자들을 HTML 엔티티로 변환
- PHP rawurlencode() - RFC 3986에 따른 URL 인코딩
- PHP rawurldecode() - URL-인코딩된 문자열을 디코딩
- 함수 urldecode()
3 참고
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- PHP (8)
PHP 파일 다운로드 구현 2 (한글 파일명 지원) ― …PHP에서 오라클 DB 사용 ― YoWuPHP 파일 업로드 구현 ― 일리단사오육칠PHP 파일 업로드 구현 ― JmnotePHP 파일 다운로드 구현 2 (한글 파일명 지원) ― AnmkstLib my.php ― 신정섭Lib my.php ― Jmnote로또번호 생성 ―Pinkcrimson