Basic PHP
Which of the below statements is equivalent to $add += $add ?

$add = $add
$add = $add + $add + 1
$add = $add + 1
$add = $add +$add

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

Accepts a value and converts it into an string dictionary
None of above
Accepts a value and converts it into string equivalent
Accepts a value and converts it into a string array

ANSWER DOWNLOAD EXAMIANS APP