Tagged articles
3 articles
Page 1 of 1
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
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.

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