Question:Which syntax is correct about TRUE,FALSE and NULL? 

A if($active == true)<br />$zero = null;<br />function test($test = false) 

B if($active == true) $zero = NULL; function test($test = FALSE) 

C if($active == TRUE) $zero = NULL; function test($test = FALSE) 

D if($active = TRUE) $zero = NULL; function test($test = FALSE) 

+ Answer
+ Report
Total Preview: 670

Copyright © 2024. Powered by Intellect Software Ltd