What is the convert_cyr_string() function in PHP7?

A1WEBSITEPRO QuestionsCategory: PHPWhat is the convert_cyr_string() function in PHP7?
Marla Breck asked 5 years ago

What is the convert_cyr_string() function in PHP7?

What is the convert_cyr_string() function in PHP7? was last modified: November 23rd, 2018 by Marla Breck
1 Answers
Best Answer
Maximus Mccullough Staff answered 5 years ago

The convert_cyr_string() function is a binary safe function that changes a Cyrillic string from one form into another.  There are six main character sets that are available. They include:

  • a – x-cp866
  • d – x-cp866
  • m – x-mac-cyrillic
  • k – koi8-r
  • i – iso8859-5
  • w – windows-1251

Answer for What is the convert_cyr_string() function in PHP7? was last modified: November 23rd, 2018 by Maximus Mccullough