MCQs > IT & Programming > PHP > If you want to pass a value to a function by reference, the correct way is: function ModifyReport(&$Rptfile){} function ModifyReport($Rptfile){} function ModifyReport(ByRef $Rptfile){} function ModifyReport(&Rptfile){}

PHP MCQs

If you want to pass a value to a function by reference, the correct way is:
    function ModifyReport(&$Rptfile){}
    function ModifyReport($Rptfile){}
    function ModifyReport(ByRef $Rptfile){}
    function ModifyReport(&Rptfile){}

Answer

Correct Answer: d

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it