$fh = fopen('php://memory', 'w+b'); fwrite($fh, $imageData); $contentType = mime_content_type($fh); fclose($fh);