PHP Regular Expressions
What will be the output of the following PHP code?
echo str_pad("Salad", 5)." is good.";

is good Salad
Salad is good
SaladSaladSaladSaladSalad is good
is good SaladSaladSaladSaladSalad

ANSWER DOWNLOAD EXAMIANS APP

PHP Regular Expressions
POSIX stands for

Portative Operating System Interface for Linux
Portable Operating System Interface for Unix
Portable Operating System Interface for Linux
Portative Operating System Interface for Unix

ANSWER DOWNLOAD EXAMIANS APP