Basic PHP
Which of the below namespace declaration is correct?

namespace ORA;
namespace 1_RA;
namespace ORA_#;
namespace ORA:

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP