Changing order of mathematical operations in PHP by using parentheses
Parentheses in PHP means that operations declared within parentheses needs to be performed first and then mathematical operation needs to be performed on entire result of operations in parentheses.
Comments
Post a Comment