Кодирование изображения Base64

$encoded_data = base64_encode(file_get_contents('path-to-your-image.jpg'));    

php-frameworks

php

encoding

base64

opensearch

2022-10-11T09:57:41+00:00