I might be blind, but I don’t see any good explanation here.
So, what does bindtextdomain do?
I might be blind, but I don’t see any good explanation here . So,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“The
bindtextdomain()function sets the path for a domain. It returns the full pathname for the domain currently being set.”Taken from here.
It looks like
bindtextdomain()was taken from C code – there’s a bit more of an overview here, but I’m not sure how much of that applies to the PHP version.