Data Type Php

//To assign the number 68, you would use this:
    $hexnum = 0x44;
    print $hexnum;