What is syntax in PHP code?
Previous I bumped into codes like this:
<?php
$var="hello";
?>
<?=$var?>
It simply prints out the content of $var, so... is the syntax equivalent
to echo $var? I'll also appreciate an answer pointing to a related manual
page. Since the syntax is not searchable.
No comments:
Post a Comment