what do we call this sign => in PHP array? example: like this is (<= less than equal to) this is (>= greater than equal to).
What is the right name for => in PHP?
what do we call this sign => in PHP array? example: like this is (<= less than equal to) this is (>= greater than equal to).
What is the right name for => in PHP?
 
    
     
    
    Colloquially I believe it's often called a fat comma or double arrow, but I still prefer to call it a fat arrow, even though the official token is called T_DOUBLE_ARROW
 
    
     
    
    Internally it appears to be called a T_DOUBLE_ARROW: http://www.php.net/manual/en/tokens.php
