Home
last modified time | relevance | path

Searched refs:first_underscore_position (Results 1 – 1 of 1) sorted by relevance

/imagick/util/
H A Dtype_check.php10 $first_underscore_position = strpos($key, '_'); variable
11 if ($first_underscore_position === false) {
16 $prefix = substr($key, 0, $first_underscore_position);

Completed in 6 milliseconds