Tag

rfc3986

0 views collected around this technical thread.

TAL Education Technology
TAL Education Technology
Nov 5, 2020 · Fundamentals

Understanding URIs: History, Components, and Encoding/Decoding

This article provides a comprehensive overview of Uniform Resource Identifiers (URIs), covering their historical evolution, the relationship with URLs and URNs, the syntax defined by RFC standards, character sets, component breakdown, and practical encoding and decoding algorithms for web development.

URIURLURN
0 likes · 30 min read
Understanding URIs: History, Components, and Encoding/Decoding
Laravel Tech Community
Laravel Tech Community
Aug 7, 2020 · Backend Development

PHP rawurlencode() Function: Description, Parameters, Return Value, and Examples

The article explains PHP's rawurlencode() function, detailing its RFC 3986‑based URL encoding behavior, syntax, parameter description, return value, and provides two practical examples showing how special characters are percent‑encoded in FTP and HTTP links, along with a note on decoding functions.

PHPURL encodingbackend
0 likes · 2 min read
PHP rawurlencode() Function: Description, Parameters, Return Value, and Examples
Laravel Tech Community
Laravel Tech Community
Jul 6, 2020 · Backend Development

PHP rawurlencode Function: Description, Parameters, and Examples

The article explains PHP's rawurlencode() function, detailing its RFC 3986‑based URL encoding behavior, signature, parameter description, return value, and provides two practical code examples demonstrating how to encode special characters in FTP and HTTP URLs.

ExamplePHPURL encoding
0 likes · 2 min read
PHP rawurlencode Function: Description, Parameters, and Examples