Logo

dev-resources.site

for different kinds of informations.

PHP: Useful Encoding and decoding Functions You Need to Know

Published at
5/19/2022
Categories
php
encoding
decoding
webdev
Author
garambharaksha
Categories
4 categories in total
php
open
encoding
open
decoding
open
webdev
open
Author
14 person written this
garambharaksha
open
PHP: Useful Encoding and decoding Functions You Need to Know

As a developer, we are dealing with encoding and decoding very often.

With PHP, like any other language, we can do encoding or decoding on any type of string, HTML entities, json object, or URL.

PHP is providing various built-in functions for that. But sometimes we might not be aware of those functions.

7 important and useful ways to use encoding or decoding functions explained with examples.

  1. HTML
  2. UUEncode (Unit-to-Unix-Encoding)
  3. URL
  4. Base64
  5. JSON
  6. ROT13
  7. UTF8

You can also check the full article on — canopas blog.

encoding Article's
30 articles in total
Favicon
Why I Built the Laravel Encoding Package I Couldn’t Find Anywhere Else
Favicon
From 'A' to '😊': How Programming Languages Handle Strings
Favicon
Base64 strings concepts in different programming language
Favicon
Secure and Scalable Encoding Made Easy with Laravel Encoder: A Complete Tutorial
Favicon
Encoding
Favicon
On Transformers and Vectors
Favicon
The ü/ü Conundrum
Favicon
Unlocking the Potential of Video Transcoding
Favicon
How to inverse transform both ordinal and label encoding?
Favicon
Introducción a Buffer en JavaScript
Favicon
Intl.Segmenter(): Don't use string.split() nor string.length
Favicon
Packing and unpacking bytes
Favicon
Chuw Vidf Nam sogp sogp 4.0 (Cvnss4.0) zujx goc nhinl mas hoaj
Favicon
The Hitchhiker's Guide to Binary-to-Text Encoding
Favicon
Text versus bytes
Favicon
Transforming Categorical Data: A Practical Guide to Handling Non-Numerical Variables for Machine Learning Algorithms.
Favicon
Dealing with Categorical Data: Encoding Features for ML Algorithms
Favicon
Application of Media Processing Technology to 4K/8K FHD Video Processing
Favicon
Base64's goodness
Favicon
How does Base64 work?
Favicon
Ordinal Vs One Hot Vs Label Encoding
Favicon
PHP: Useful Encoding and decoding Functions You Need to Know
Favicon
How good is my video? A (traditional) video quality metrics survey
Favicon
String encodings
Favicon
The unicode encoding system
Favicon
Unicode
Favicon
Serialization
Favicon
Base 64 Encoder-Decoder in Java
Favicon
Windows 系統上 Python 的文字輸出編碼
Favicon
UTF-8 strings in C (3/3)

Featured ones: