PHP Regular Expressions How many functions does PHP offer for searching strings using POSIX style regular expression? 9 8 10 7 9 8 10 7 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions will convert a string to all uppercase? uppercase() str_uppercase() struppercase() strtoupper() uppercase() str_uppercase() struppercase() strtoupper() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions What will be the output of the following PHP code?echo str_pad("Salad", 5)." is good."; SaladSaladSaladSaladSalad is good is good Salad Salad is good is good SaladSaladSaladSaladSalad SaladSaladSaladSaladSalad is good is good Salad Salad is good is good SaladSaladSaladSaladSalad ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Parameter flags was added in which version of PHP? PHP 4.2 PHP 4.1 PHP 4.3 PHP 4.0 PHP 4.2 PHP 4.1 PHP 4.3 PHP 4.0 ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions can be used to concatenate array elements to form a single delimited string? concatenate() explode() implode() concat() concatenate() explode() implode() concat() ANSWER DOWNLOAD EXAMIANS APP
PHP Regular Expressions Which one of the following functions is used to search a string? preg_match preg_search preg_find preg_found preg_match preg_search preg_find preg_found ANSWER DOWNLOAD EXAMIANS APP