whats usage for
Output::GetVar
in php, how it ll be usefull, Pls explain, thanks
You need to be more specific, this is too vague to answer.
is there any function Output:: in php
Output::
I think you mean:
<?php
echo 'Hello, world';
?>
<?php
$var = "foo";
echo $var;
?>
<?php Output::PrintVar("page_subheader"); ?>
pls explain above said... mainly ---- Output:: -----
Can you link to where you've seen this code? :S
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.