Member Avatar for harintfs

whats usage for

Output::GetVar

in php, how it ll be usefull, Pls explain, thanks

Recommended Answers

All 6 Replies

You need to be more specific, this is too vague to answer.

Member Avatar for harintfs

is there any function Output:: in php

Output::

I think you mean:

<?php
   echo 'Hello, world';
?>
<?php
  $var = "foo";
  echo $var;
?>
Member Avatar for harintfs
<?php Output::PrintVar("page_subheader"); ?>

pls explain above said... mainly ---- Output:: -----

Can you link to where you've seen this code? :S

The documentation has info on this construct.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.