Computer Science, asked by walunjrahul01, 3 months ago

After successfully sending the email, the mail function

returns value of type …..

1.boolen 2.string 3.integer 4.float​

Answers

Answered by dolly210305
0

Answer:

returns value of type float

Answered by baldevsandhu367
1

Answer:

boolean

Explanation:

In php mail() function returns the 'true' boolean value after successfully sending the mail, else it sends 'false' as the return value.

Similar questions