Answer the question
In order to leave comments, you need to log in
Difference mb_convert_case vs mb_strtolower?
Symfony uses
return mb_convert_case($str, MB_CASE_LOWER, 'UTF-8');
return mb_strtolower($value, 'UTF-8');
Answer the question
In order to leave comments, you need to log in
The only difference is versatility. It is more convenient for someone to change a constant, and for someone an entire function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question