PHP Fresher Interview Questions and Answers Test 3 PDF Download
PHP Fresher interview questions with answers, php fresher test 3 to practice php fresher questions for executive interview preparation. Learn php fresher on arithmetic operators questions and answers for jobs.
FAQs: PHP Fresher Test 3
Question: What is purpose of functions STRSTR() and STRISTR?
Answer:
Both functions are used to find the first occurrence of a string.
Question: How to execute a PHP script using command line?
Answer:
Server Application Programming Interface (SAPI) is used to execute PHP scripts using command line.
Question: List arithmetic operators used in PHP?
Answer:
The arithmetic operators used in PHP are =, -, *, /, %, ++, --.