Searched refs:first_underscore_position (Results 1 – 1 of 1) sorted by relevance
10 $first_underscore_position = strpos($key, '_'); variable11 if ($first_underscore_position === false) {16 $prefix = substr($key, 0, $first_underscore_position);
Completed in 8 milliseconds