Fabien Auréjac
Results
1
comments of
Fabien Auréjac
Hello again, in_array detection would be even better with ``` if (in_array(strtolower($parameters['charset']), array_map("strtolower", mb_list_encodings()))) { // do the stuff } ```