I use utf8mb4_unicode_ci
for my tables
But this collection not save all emojies and replace with ????
For example save correct but
replace with
????
Also I use utf8mb4_bin
but not work
I use utf8mb4_unicode_ci
for my tables
But this collection not save all emojies and replace with ????
For example save correct but
replace with
????
Also I use utf8mb4_bin
but not work
I find answer
I added SET NAMES 'utf8mb4'
to mysqli and work fine