Is there a way to get a MySQL table defined encoding in PHP ?
Posted
by Brad
on Stack Overflow
See other posts from Stack Overflow
or by Brad
Published on 2010-05-27T08:36:08Z
Indexed on
2010/05/27
8:41 UTC
Read the original article
Hit count: 179
I see i can get a MySQL database defined encoding in PHP using the function mysql_client_encoding(...)
, but is there a way to get a MySQL table defined encoding in PHP ?
© Stack Overflow or respective owner