What is #pragma code in PHP?

Discussion in 'PHP' started by nrvaghela, Jan 10, 2013.

  1. #1
    Can any one tell me the meaning and use of #pragma code in PHP?
     
    nrvaghela, Jan 10, 2013 IP
  2. Underlight

    Underlight Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    3
    #2
    Pragma is a directive for the preprocessors of many languages. It actually doesn't exist in php in the same way. Maybe you're thinking about ini_set, which sets php directives at runtime.
     
    Last edited: Jan 11, 2013
    Underlight, Jan 11, 2013 IP
    krishmk likes this.
  3. Syndication

    Syndication Active Member

    Messages:
    351
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    90
    #3
    # and // and /* */ usually signify comments in PHP.
     
    Syndication, Jan 11, 2013 IP