Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. In order to find if a variable holds an actual number or a string containing characters that can be translated into a number you can use:

  2. A.

     is_num()

    B.

     is_number()

    C.

     if_numeric

    D.

     is_numeric()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment