Basic PHP
Which of the below namespace declaration is correct?

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

ANSWER DOWNLOAD EXAMIANS APP

Basic PHP
strval()

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

ANSWER DOWNLOAD EXAMIANS APP