<?php function str_case_cmp($a, $b) { return 0 === strcasecmp( $a, $b ); } function str_to_lower($a, $b) { return strtolower($a) === strtolower($b); }
You have javascript disabled. You will not be able to edit any code.