PHP Functions What will be the output of the following PHP code?echo "chr(52)"; 1 2 4 3 1 2 4 3 ANSWER DOWNLOAD EXAMIANS APP
PHP Functions What will be the output of the following PHP code?echo ord ("hi"); 103 209 106 104 103 209 106 104 ANSWER DOWNLOAD EXAMIANS APP
PHP Functions What will be the output of the following PHP code?$str = "Hello World";echo wordwrap($str,5,"n"); World HelloWorld Hello World Hell 0 Wo rld World HelloWorld Hello World Hell 0 Wo rld ANSWER DOWNLOAD EXAMIANS APP
PHP Functions What will be the output of the following PHP code?echo ucwords("i love all country"); I love all Country i love all Country I Love All Country I love all country I love all Country i love all Country I Love All Country I love all country ANSWER DOWNLOAD EXAMIANS APP
PHP Functions What will be the output of the following PHP code?echo lcfirst("welcome to my India"); welcome to my India Welcome to my India welcome to my india Welcome to my india welcome to my India Welcome to my India welcome to my india Welcome to my india ANSWER DOWNLOAD EXAMIANS APP