Encoding

Encoding is a generic term, and is used in different places in PHP.

  • text encoding, for manipulations with iconv or mbstring

  • declare encoding, with the declare keyword

  • http encoding, for input and output operations

Related : declare Encoding, Text Encoding, HTTP Encoding