Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what the difference between the ‘BITWISE AND’ operator and the ‘LOGICAL AND’ operator?
Answer:
$a and $b: TRUE if both $a and $b are TRUE.
$a & $b: Bits that are set in both $a and $b are set.
$a & $b: Bits that are set in both $a and $b are set.
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know is it possible to extend the execution time of a php script? | Explain what does $_FILES means? |