If you directly copy a tab character into a function argument, then it works, but when using \ t, no. Why is that?
|
If you directly copy a tab character into a function argument, then it works, but when using \ t, no. Why is that?
Source: https://ru.stackoverflow.com/questions/533815/
All Articles
explode("\t",$array)in double quotes. - Naumov") quotes. Single (') is just a slash and t characters. - user207618