1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is difference between print and echo

Discussion in 'PHP' started by osho3, Jun 13, 2010.

  1. amaroks

    amaroks Peon

    Messages:
    242
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    They're the Same , Slightly Different use Sometimes
     
    amaroks, Jun 15, 2010 IP
  2. saviola

    saviola Peon

    Messages:
    17
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #22
    They're very simmilar. But echo is not a function, it's a language construct. It does not give you a return value. print() does. echo accepts several arguments. print() one. And bcause echo is a language construct it's a more faster than print();
     
    saviola, Jun 15, 2010 IP
  3. nwebsphere

    nwebsphere Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Echo and Print both are commands used for output purposes . They work almost the same but depending upon requirements they can be used differently. like print can return a true/false value which can be further used. Echo does not return any value . so echo works faster than print .
     
    nwebsphere, Jun 17, 2010 IP
  4. forum_scripteen

    forum_scripteen Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    1. Echo works faster than print().
    2. Echo and print are language construct.
    3. Print behaves as a function and it returns an integer value.
    4. Echo does not returns any values.
    5. Echo is not suitable for conditional construct
    6. Print is suitable for conditional construct.
    7. Print process is slower than echo .
    Great AnswerNot HelpfulReport
     
    forum_scripteen, Jun 18, 2010 IP
  5. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #25
    Neatly Pointed Out! :)
     
    roopajyothi, Jun 18, 2010 IP