/is', $data)) { return 'svg'; } if (strpos($data, 'BM') === 0) { return 'bmp'; } return null; } }